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

PHP and MySQL WP -

javascript - Generate barcode from text and convert it to base64 -

osx - "SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" when retrieving page through wget -