Verify server calls in Adobe AIR
Is it possible to do something like what is described in the link below using Adobe AIR? The idea is that you have a service that your app calls, but you want to make sure that service could only be called by your app. So if someone de-compiles your app and sees the the service URLs, they could not call those services from their own app/site, etc.
Verifying Back-End Calls from Android Apps | Android Developers Blog
