How to add a deep link on RocketWeb | iOS

After buy rocketweb from codecanhyon everything was working fine now I want to add a deep link for my app. For example when I click below URL from the iPhone browser then it would open my app.

MYAPP://url?link=https://www.infixsoft.com/

Solution:

First, go your app info file and add “URL types”, Then inside it add URL identifier as “MYAPP”. You can use our identifier.

And URL Schemes will be the URL. In my case, it is “url?link=https://www.infixsoft.com” you can also use multiple URL Schemes.

After that run your app and past the URL (MYAPP://url?link=https://www.infixsoft.com/) on any browser to test.

Leave a Reply