본문 바로가기
정보기술/iOS

How to find URL Scheme from .ipa file

by fermi 2012. 12. 18.

First, unzip the .ipa file. (you can rename it with .zip to do this).


Then, inside the .ipa file, you will find there is a Info.plist file. 


You can parse that file, look for "CFBundleURLSchemes" and you will see first the app id followed by the Custom URL if one is defined for the app.


Source: http://stackoverflow.com/questions/6845693/can-i-extract-the-custom-url-scheme-from-a-ipa-file