I have implemented all the required things but had no success. I want to open the application from browser - but not with just URL schema like a "callback".
I have something like "http://11.11.21.114:8081/signup/callback?signupCode=123?id=20" so how can I identify this url to open my application?
You achieve this by Deep linking in your app. First of all you need to add intent filters for incoming links. Specify the ACTION_VIEW intent action so that the intent filter can be reached from Google Search. Add one or more tags, each of which represents a URI format that resolves to the activity.
1. app: URL. An app: URL is a [ URL ] that can be used by a packaged application to address resources within its container (e.g., a . zip file).
Use Universal Links
But it will only work with Public website URL, that should be accessible to Apple Servers.
The only thing you need is to have https server and access to upload a associated domains file.
When you support universal links, iOS 9 users can tap a link to your website and get seamlessly redirected to your installed app without going through Safari. If your app isn’t installed, tapping a link to your website opens your website in Safari.
Apple Link : => Support Universal Links
Follow this nice tutorial : => Universal Link
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With