Hello,
I am integrating In App Billing functionality in my Titanium android app. I am facing this issue at the time of purchase product.
Currently, I am purchasing a product with this ID: android.test.purchased
for demo checking purpose.
It goes well in all step. - Query Product with ID - Query completed. - Going to purchase - Successful Payment
Then I am getting some verification and signature related error and warning and due to that I could not get Purchased Product response.
Purchase verification failed: missing data."
I all have set “Public Key” and also give “permission” and “Billing Vedding” property into ti.xml file and
This is the actual Error/Warning I am getting: E/IABUtil/Security: Purchase verification failed: missing data. [ERROR] : IabHelper: In-app billing error: Purchase signature verification FAILED for sku android.test.purchased [INFO] : Purchase response: IAB RESULT VERIFICATION FAILED
Anybody have an idea about this error why it’s not make my trascation completely.?