This content has 11 years. Please, read this page keeping its age in your mind.If you develop an app that gets data from web services you have to take into consideration that our iOS devices (iPhone, iPad) can be moved in a place with low signal. When develop in XCode you can have the absolute
Tag: iphone simulator
How can I access the sandbox of my app?
This content has 12 years. Please, read this page keeping its age in your mind.If you are testing your app in Xcode iPhone Simulator access the following folder: ~/Library/Application Support/iPhone Simulator/User/Applications/…/Documents Trouble to find user’s Library? Navigate to users home using Finder, click to Go from menu, then go to folder… and type ~/Library Done.
How to simulate a location manager’s update? (CLLocationManager)
This content has 13 years. Please, read this page keeping its age in your mind.I was studying in my place a verry nice and simple apple tutorial regarding Core Data, the Core Data Tutorial for iOS. By coding the example I noticed that it couldn’t be executed without connecting my iphone. That time I wondered
Continue reading How to simulate a location manager’s update? (CLLocationManager)