Apple can use private/undocumented APIs which are forbidden from App Store apps. I believe you can run a strings command on the itunes file to see what the APIs are called.
This is complete speculation, and not even good speculation.
Gmail for iOS is essentially a single-site web browser, whereas the Mail app is a full iOS app utilizing the full CocoaTouch frameworks. A native app is going to have a faster experience.
Also, use objdump or something, like a professional -- not strings.
5 comments
[ 2.4 ms ] story [ 16.3 ms ] threadGmail for iOS is essentially a single-site web browser, whereas the Mail app is a full iOS app utilizing the full CocoaTouch frameworks. A native app is going to have a faster experience.
Also, use objdump or something, like a professional -- not strings.
http://stackoverflow.com/questions/17580251/what-exactly-is-... http://www.macrumors.com/2013/10/15/launch-center-pro-develo... http://www.loopinsight.com/2010/04/06/apples-use-of-private-...