Hello,
I have just received a security alert from Google Play Store saying: Incorrect implementation of in-app billing.
I don't understand what this is, as far as I was aware my in-app purchases were working fine. Google send me to this article:
*****
This information is intended for developers of apps that have a vulnerable implementation of in-app billing.
If your app is invoking the in-app billing service without setting a target package for the intent, this can enable a malicious package to bypass the Play Store's purchasing system and access data from your app.
Steps to fix:
If you are using IabHelper, please start using the latest SDK.
If you are manually invoking the in-app billing service, please ensure that you are calling Intent.setPackage(“com.android.vending”) on any intents to "com.android.vending.billing.InAppBillingService.BIND".
Sign in to your Developer Console and submit the updated version of your app.
Check back after five hours – we’ll show a warning message if the app hasn’t been updated correctly.
*****
But it doesn't mean anything to me - has anyone come across this before?
This sounds like something within Stencyl isn't upto the 'security standards' of Google Play, but I'm clueless in this so I could be very wrong.
Thanks