We have an app that is opened by our portal site. Our issue is not that it doesn't open the app properly from the link but that there is an alert that pops up sometimes when the link is clicked that asks "Open in "App Name"?"
If you click open it will then open the app and act as it should. I just dont understand why it is asking if we want to open in our app. Is there a setting on the phone or a project/plist value I need to change?
I think we have the correct information in the plist for the identifier and scheme but maybe you can verify it
app link = appscheme://saveThis?...
bundle = com.my.appname
urlidentifier = saveThis
urlscheme = appscheme
I have tried other things like the identifier the same as the bundle but nothing seems to work for all devices.
Any help is appreciated.
Brian