I would like to introduce a specific user location by code. I only need to hardcode the userlocation to make an screenshot for the appStore.
Could somebody help me?
Thankyou!
I would like to introduce a specific user location by code. I only need to hardcode the userlocation to make an screenshot for the appStore.
Could somebody help me?
Thankyou!
You can create a GPX file with a single coordinate and add it to your project. Once created, you can then select the "location services" arrow in xcode, then select the GPX file you created with your one coordinate in it.
Instead of using Core Location, override it and plug in your own Coordinates.
Just make sure you revert back before you ship :p