Licensing on Android: Required or not?
I recently tried to publish an app on Android and they now require a license for paid apps. In short, its a unique developer id that checks that an app was purchased by the user. http://developer.android.com/google/play/licensing/index.html
On the licensing page it says "Base64-encoded RSA public key to include in your binary. Please remove any spaces. " If then provides a block of random characters (the license).
Questions:
1) Is this now required for all apps?
2) If so, given I'm working in the Flash IDE, what do I with the information provided? Where do I put this information?
