I an building a multiplatform app based on HTML5 and CSS3. For the building I use Phonegap. The build generates an APP for IOS and APK for Android. But when unzipping the generated ipa or apk file, I can browse through the www structure and see the content of all files. One of these files contains with js an AJAX request URL to one of my external servers. Is there a way to protect this URL from being so easily discovered?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue s restoreCompletedTransactions? Observations I know it s recommended to always ...