Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌上搜索过,但无法知道当应用程序成功完成安装时调用了哪个事件/方法。我正在寻找类似 if(isAppInstalled) {创建一个肥皂方法并将标签发送到 Web 服务}。 有什么建议吗? 谢谢。
这是不可能的。您必须等到用户启动您的应用程序才能执行任何代码。