A
A
Anton2015-11-02 00:59:09
Objective-C
Anton, 2015-11-02 00:59:09

How to open third party app on iOS 9?

Example:
When in the VK application in the profile, click on the instagram link, it displays the message "VK" wants to open "Instagram" and opens the profile in the instagram of this person.
Tried to google how to do the same but couldn't find anything.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Marunko, 2015-11-02
@sibit11

URL schemes - try to google in this direction. Or the use of exstension from another application can be used for interaction, or if these are two applications of the same manufacturer, they can be combined into one group and use its identifier for interaction.

N
Nikita Zinoviev, 2015-11-05
@zinovyev_n

Also for iOS9, you need to add the LSApplicationQueriesSchemes key to Info.plist with an array of the required Scheme URLs, this is due to the new security policy, you can learn more in the video from WWDC 2015 "Privacy and Your App"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question