How to add location services to a GPS app I'm making in Xcode Current IDE version is 6.4. I'm very new to swift and IOS development in general.
Related
When enabling macOS support in my iOS project it runs fine on my Mac. However, I am not sure how this version will be published.
Is it possible to maintain different targets which can be submitted as different apps? One target to the iOS App Store (without macOS support) and one target to the macOS App Store (without iOS support)?
Details:
An iPhone + iPad version of my app has been in the iOS App Store (bundle ID my.company.MyApp) for many years. So has a native macOS version in the Mac App Store (bundle ID my.company.MyAppMac).
Although the iOS and macOS versions doe share a lot of code, it has always quite a lot of work to maintain these two version. Working on a shared project where "only" the UI has to adopted to work well on macOS would be great.
However, I would like to use the Catalyst version to replace the existing, native macOS app. Not as universal new iOS+macOS App. Is this possible?
I'm doing this with a few of my apps.
However, with the most recent one, Apple wouldn't let me give the Mac app and the iOS app the same name. I'm not sure if that was their way of trying to force me to release a universal app, or if it was a temporary App Store Connect issue. The apps I previously released with matching names are still available and I haven't released a new app since then.
Which version of iOS first had the feature of managing app's permissions?
That feature was new in iOS 8 so any device running iOS 8+ is able to do that. Here's more info: Accessing the Settings app from your app in iOS 8?
Some times after running some app I developed where I enabled Location Simulation in the scheme, my iPhone keeps the location across all apps (e.g Maps, GMaps, Strava etc.).
I have to reboot my phone to disable that simulated location.
Any idea how I could avoid that problem when I'm not debugging my apps ?
I'm building an iOS 8 app that features GeoFencing. I need to test this and I know that I can emulate the location in Xcode using the preconfigured locations or providing a GPX file. However, as this app needs to act based on region monitoring when it's killed (swiped up in multitasking by user), how can I test it without getting in my car and driving around?
Thanks!
My application uses iPhone's GPS functionality, and it was working fine previously, as in it prompts user to allow the use of location services and it shows up under Settings > Location Services list. I uninstalled and re-downloaded the app from the app store, but it no longer does either of them. The app was of the same version, and hasn't been updated for a while, but the problem had started recently.
The problem has been found in multiple devices (iPhone 3GS, iPhone 4, iPhone 4S) running different OS (iOS 4-5). Did Apple change how Location Services work recently?
This same happend to me and i don't know why. To restore applications to location service list you need to turn of main location service switch and then run all of your applications one by one. Every app which will need location service enabled will ask you to enable this service and add itself to the list.