Our appID approved, but an error LOG: Error: Key not found

Our appID approved, but an error LOG: Error: Key not found
IDNET: data complete {“error”: “Key not found”}. With strangers appID works. What should be done?

Hi, key not found means that the app is requesting data using a key that does not have any data saved to it. This should be expected as you may want to do something when you get the message.

What does it mean “key that does not have any data saved to it”? The application is approved you. What else should I do? With foreign appID all works

I’m not sure which language you use. However, that error comes from the online data save API. To access a player’s data, you provide a key. For example, gamesave1. If gamesave1 has never been saved, it will return key not found.

If you’re using Flash, you can read the reference for more details about the data save functions.

Thank you, you were right

1 Like

Hi, this error usually means the appID key is not properly mapped or missing permissions. Please recheck your API key binding and environment (test/live). You can also review the official app setup guide for more help.

Y8 Games