Programming/iOS (Swift,Objective-C)

Agent (Service) 형태의 앱 개발 quick start

현우수범아빠 2014. 5. 27. 11:24

1. info.plist 파일에 'Application is agent (UIElement) - YES' 항목 등록


   ---> (참조: https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256)


2. (선택) 환경설정의 사용자 로그인항목에 자동 실행 여부 등록.


참조:

https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html#//apple_ref/doc/uid/TP40009254-SW1

http://cocoatutorial.grapewave.com/tag/lssharedfilelistinsertitemurl/


이후 실행하면 로그인항목에 등록된 어플리케이션을 확인 할 수 있습니다.