However, unlike our robust Blackberry and Android applications, the iPhone application cannot use global positioning satellite (GPS) tracking to suspend the phone's keyboard and prevent emailing, surfing the web or texting while driving.
it was you can't suspend keyboard, etc
that is what it was.
Yep, but that restriction doesn't really have anything to do with the device's GPS. You aren't allowed to suspend the device's keyboard, email, web surfing, or texting functionality period.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.
However, unlike our robust Blackberry and Android applications, the iPhone application cannot use global positioning satellite (GPS) tracking to suspend the phone's keyboard and prevent emailing, surfing the web or texting while driving.
it was you can't suspend keyboard, etc
that is what it was.
Right.
iOS apps are CLIENT apps. They operate in a sandbox, and are not allowed to alter the behavior of the device. You can offer features inside your app, but the function of the device outside your app is off-limits. In OS terms, they run in user mode, and never get admin privileges. Ever.
Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.