Example with iOS:
I should register an URL scheme or several URL schemes in my app, then tell the third developers to add these URL schemes in their app's white list in Info.plist with key LSApplicationQueriesSchemes
, then call openURL:options:
by UIApplication
instance. Now they succeeded. But I don't know how to return to these apps after something is done in my app! I have no way to add their URL schemes in advance!
The issue in the Android platform is similar with the iOS.
I noticed that other apps are working well in this business.
This is an example: https://youtube.com/shorts/NE1gxwhTnA4?feature=share