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 control of the network connection. The tool called Network Link Conditioner and is available
Tag: iphone simulator
How can I access the sandbox of my app?
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. Hmmm… and when you testing your app to iPhone? Use the Organizer from Xcode
How to simulate a location manager’s update? (CLLocationManager)
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 if I can fake the location manager with virtual updates. Let’s google it. That
Continue reading How to simulate a location manager’s update? (CLLocationManager)