From time to time we have to implement a feature that we have to open external apps from our apps!

So here are some steps to extract an iOS application’s scheme URL

Step 1: Download the partner’s iOS app to your iPhone

Step 2: On your laptop, download iMazing application https://imazing.com/

Step 3: Open iMazing on your laptop 1

Step 4: Search for the partner’s app and select download 2

Step 5: After downloaded, right-click to export it Screen Shot 2019-08-07 at 10 17 27 AM

Step 6: Save the *.ipa

Step 7: Open your terminal and run: bash extract-scheme-url.sh AppName.ipa

Unzipping... 
✅ URL Schemes: 
partner_app_scheme_url_here 

extract-scheme-url.sh