Hi, since I migrated my project from one Google Play project to another (because I changed the package name), the IAP does not work anymore.
I already updated the Google Play Public Key in the project’s Unity dashboard and in the editor in the IAP settings.
When performing an IAP I always get the following error:
“EconomyGooglePlayStorePurchaseFailedException: Purchase receipt invalid, see data field for full detail”.
ErrorCode: 10507
data.verification.status: INVALID_VERIFICATION_FAILED
Anybody having any idea what I did miss during the project migration?