Titanium3.4でiOS8の位置情報をとる際の設定
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
参考ページ
うまくいくと位置情報を取得しようとした際に、確認ダイアログが表示されます。
サンプルソース
Author And Source
この問題について(Titanium3.4でiOS8の位置情報をとる際の設定), 我々は、より多くの情報をここで見つけました https://qiita.com/ganezasan/items/434799aa27a41b9eaf0c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .