문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top