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
self.presentAlert(withTitle:"Error Occurred",message:"GPX file was unsuccessfully sent to iOS app, due to \(error)", preferredStyle:.alert, actions:[doneAction])
NSLocationAlwaysAndWhenInUseUsageDescription = "Der Standort wird nur verwendet um Deinen Standort auf der Karte darzustellen. Wähle \"immer\" um den Standort auch zur Verfügung zu stellen, wenn die App im Hintergrund arbeitet.";
10
+
NSLocationAlwaysUsageDescription = "Dein Standort wird benötigt um den GPX Track auch dann zu erstellen, wenn die App im Hintergrund läuft.";
11
+
NSLocationUsageDescription = "Der Standort wird zum Erstellen von GPX und zum Hinzufügen von PDIs benötigt";
12
+
NSLocationWhenInUseUsageDescription = "Der Standort wird verwendet um auf der Karte zu zeigen wo Du bist und wo Du warst.";
NSLocationAlwaysAndWhenInUseUsageDescription = "Location is only used to display your position in the map. Select always allow to track your position even if the app is in background.";
10
+
NSLocationAlwaysUsageDescription = "Location is needed to create the GPX track even when the app is in background.";
11
+
NSLocationUsageDescription = "Location is needed to create GPX and add PDIs";
12
+
NSLocationWhenInUseUsageDescription = "Location is used to display in the map where are you and where you have been.";
0 commit comments