ios - Open an app when another app is clicked -


is there way on ios detect click on app icon, or know app being used, , open separate different app? click on notes , redirects , opens evernote. arbitrary app clicked , app opened instead. thinking may have url schemes. im new ios dev forgive me.

thank you!

no. counterproductive , security risk users (it's pretty equivalent of phishing). if come android maybe referring default apps, ios doesn't allow third party default apps now.

you can detect if specific app installed using canopenurl(_:). see official docs here.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -