Inter Application Communication in Ios

2019-07-25 10:35发布

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条回答
The star\"
2楼-- · 2019-07-25 11:15

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 :)

查看更多
登录 后发表回答