Titanium3.4에서 iOS8의 위치 정보를 취할 때의 설정

1691 단어 iOSTitanium
tiapp.xml에 설정을 추가하지 않으면 안됩니다.

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 에어

    성공하면 위치 정보를 얻으려고 할 때 확인 대화 상자가 나타납니다.





    샘플 소스

    좋은 웹페이지 즐겨찾기