I have a few business requirements for our mobile development and I can't find any information that can help. The only mobile functions that I can find are:
isNativeMobile()
isNativePhone()
isNativeTablet()
So are there any mobile functions OOTB or from a plug-in that helps me:
- Know if a specific app has been downloaded on the users phone
- Open a specific app on a specifics phone
- What OS the device is using so I can send them to an appropriate app store (Apple App Store, Google Play Store, Galaxy App Store if neither are an option, etc.)
Discussion posts and replies are publicly visible
First one is not possible for sure.
2nd one might be possible if you know of a method to deep link to that particular app. https://blogs.halodoc.io/deep-linking-using-url-scheme-in-ios/amp/
You might be able to sniff this by checking out the user agent associated to the user in the logs. You'd need a plugin like Log Reader to do this.
Thanks for your quick reply! This gives me a direction to research and looks hopeful.
This plugin just appeared in the App Market and I remembered this thread.
community.appian.com/.../get-device-details