본문 바로가기

Programming

(138)
APNs를 GCM으로 구현 푸쉬 기능을 모두 GCM으로 사용하고 싶을 경우가 있다. (아마 운영상의 이유로 푸쉬 기능을 모두 GCM으로 보내는 경우인데) 구글에서 해당 서비스를 제공하고 있다. https://developers.google.com/cloud-messaging 해당 페이지에 접속해 가이드대로 따라하면 오케이 가이드 문서 [팁5] GCM으로 Android, iOS 둘다 push notification 을 할 수 있다. 주의 아래 설정에서 sandbox용도인지 product용도 인지 구분해줘야 배포시 문제가 생기지 않는다 // Start the GGLInstanceID shared instance with that config and request a registration // token to enable recept..
Expandable UITableView UITableView를 Expandable 형식으로 구현한 샘플이다 UITableView를 이런식으로 구현 가능하다는 것을 보여주고나만의 방식으로 표현하는 것도 가능할 듯 하다 출처https://github.com/appcoda/expandable-table-view
percent width in stroryborad percent width in stroryborad storyboard안에서 각 view의 위치를 지정할 때 percent를 통해 구성하고 싶을 경우 참고 할 수 있는 예제 https://github.com/mattneub/percentageWidthsInStoryboard
local authentication(Touch ID) The KeychainTouchID sample shows how to store Touch ID protected items to the keychain and how to query for those items with custom message prompts. https://developer.apple.com/library/ios/samplecode/KeychainTouchID/Introduction/Intro.html
프로비저닝 전체 삭제 /Users//Library/MobileDevice/Provisioning Profiles 로 이동 포함된 모든 프로비저닝 삭제
iOS9 Storyboard Reference http://code.tutsplus.com/tutorials/ios-9-staying-organized-with-storyboard-references--cms-24226
iOS Human Interface Guidelines 애플 공식 디자인 가이드 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1
unsigned된 ipa파일 재 signing하는 방법 command로 설정하는 방법http://stackoverflow.com/questions/6896029/re-sign-ipa-iphone iReSign 툴을 통해 재 설정하는 방법http://dev.mlsdigital.net/posts/how-to-resign-an-ios-app-from-external-developers/https://github.com/maciekish/iReSign

반응형