Inter Application Communication in Ios

故事扮演 提交于 2019-12-11 08:11:58

问题


I already go Inter application communication in iphone but is it possible to communicate two ios apps. or alteast i want notify second app when something happens(event) in First app


回答1:


Read this for more information on inter-app communication. This requires though that the other developer of the app you want to communicate with, handles a URL Scheme and you know what it is. Or that the developer supports the "share"capability in iOS. If you develop the apps that communicate, you should either create your own URL scheme or use App-Groups. I hope this helps :)



来源:https://stackoverflow.com/questions/40283590/inter-application-communication-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!