Abedalkareem / games_services

A Flutter plugin to support game center and google play games services.
118 stars 48 forks source link

PlatformException: The requested operation could not be completed because local player has not been authenticated. #148

Closed wantroba closed 7 months ago

wantroba commented 7 months ago

I am getting this error when I submit my app to AppleStore at the time the tester tries to use the app. On my iPhone this doesn't happen.

theLee3 commented 7 months ago

Do you have checks in place to disable Game Center related features if a user is not signed in? This should include UI as well as calls to submit scores, unlock achievements, etc.

wantroba commented 7 months ago

I inserted a check before any API call to see if the user is logged in and now the problem no longer appears. I'm closing this issue. Thank you very much @theLee3