Domanda

I have devoleped 3 applications,one of them called Main-app and it contains icons of the two others app and a button to access to thew from the main-app.the problem is that if I want to add an app from the app store,how can I get the icon and create a button dynamically into the main-app? I suggest to use URL Schemes between apps but I dont know how to do it.

È stato utile?

Soluzione

One way is to have all the app names and icons in each app's bundle and differentiate them using the "sourceApplication" parameter of the application:openURL:sourceApplication:annotation: method of UIApplicationDelegate

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top