Why does GooglePlay in app purchase return error PG-GEMF-02?

Viewed 2207

I am developing an android app using unity 2020.1.7 (Unity IAP 2.1.0)

I uploaded my build to google play console, and started closed testing Everything was fine, I was able to make test purchases, but recently on all my devices I get the error "An error occurred. Please try again. PG-GEMF-02."

In IAP logs I can see the following:

Purchase canceled - Response: 6:Error
onIabPurchaseFinished: false
6:Error (response: 6:Error)

Please advise me:

  1. What does the PG-GEMF-02 error mean?
  2. How can I fix it?

Thanks

PS: I've already tried basic advice like "delete googleplay store cache " / "reboot device" / "delete and re-add account to testers" / etc, - no luck

PPS: Please see attached filtered log

1 Answers

try to check if your test is still active (in the GP console Testing > Closed Testing > ) and renew test activity if necessary.

If your test is inactive, you cant perform test purchases

Related