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
'정보기술 > iOS' 카테고리의 다른 글
KakaoTalk Database Backup (0) | 2012.12.18 |
---|---|
iOS 패스북(Passbook)의 맴버쉽카드를 생성해주는 서비스 (0) | 2012.12.10 |