Titanium3.4에서 iOS8의 위치 정보를 취할 때의 설정
tiapp.xml
<ios>
<plist>
<dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Test NSLocationWhenInUseUsageDescription</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Test NSLocationAlwaysUsageDescription</string>
</dict>
</plist>
</ios>
사용 중에만 허용
NSLocationWhenInUseUsageDescription
항상 허용
NSLocationAlwaysUsageDescription
참고 페이지
ぃ tp // 코 m / 코오가와 / MS / 6 에 c24 또는 3201977 에 9642b
h tps://의st.魏 튜 b. 소 m/변장 h 연무 rg/C4c992c8c61d197510 에어
성공하면 위치 정보를 얻으려고 할 때 확인 대화 상자가 나타납니다.
샘플 소스
Reference
이 문제에 관하여(Titanium3.4에서 iOS8의 위치 정보를 취할 때의 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ganezasan/items/434799aa27a41b9eaf0c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)