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.
我有主意!例如,我通过电子邮件为我的朋友发送申请邀请。我想在这封电子邮件中有链接。当用户单击它时,他将打开应用程序,如果已安装,如果未安装 - 显示 iTunes 商店。知道如何实现吗?
与其他应用程序通信
我开始阅读这个,但还没有找到解决方案。
我提供了检查应用程序是否安装在 iphone 上的方法。
如果您的应用的 URL 方案是“myapp:”,那么
BOOL myAppInstalled = [[UIApplication sharedApplication] canOpenURL:[NSURL urlWithString:@"myapp:"]];