# OpenURL  을 통한,  앱 실행 및 Custom Scheme 실행

 - canOpenUrl: 을 통해서 사전 확인 가능.

 - openURL 을 이용하여, 위치서비스 등 권한이 필요한 시점에 설정앱을 실행

 - 설정앱 진입을 하며 해당 앱의 권한 페이지로 바로 열림 (iOS8)




# Custom Scheme 만드는 법

 - http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html






# 자주 사용되는 Internal URL Scheme

 - 전화, 이메일 등 하기의 '참고1' 링크를 참조.




# iOS Settings App 실행 (설정 앱 실행)

 - UIApplicationOpenSettingsURLString 을 이용.  

 - iOS 8 부터 다시 가능.





'참고1':
https://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899


+ Recent posts