You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I unzip the IPA file, there's no setting of UIBackgroundModes, only NSLocationXxx. Any idea?
<config-file platform="ios" target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>location</string>
</array>
</config-file>
<config-file platform="ios" target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>This app requires constant access to your location in order to track your position, even when the screen is off.</string>
</config-file>
<config-file platform="ios" target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
<string>This app will now only track your location when the screen is on and the app is displayed.</string>
</config-file>
The text was updated successfully, but these errors were encountered:
After running cordova prepare ios, do you see the key in the iOS project .plist? Any when you open the project in Xcode, do you see Background Location is checked under Capabilities?
When I unzip the IPA file, there's no setting of UIBackgroundModes, only NSLocationXxx. Any idea?
The text was updated successfully, but these errors were encountered: