In this post, you’ll learn about the Google Play API Error NONCE_TOO_SHORT and the reason why you are receiving the error message and how to fix it
How does this Google Play Message Look like?
NONCE_TOO_SHORT
Why do you receive this Error in the Google Play Integrity API?
Nonce length is too short. The nonce must be a minimum of 16 bytes (before base64 encoding).
How to fix this error?
Retry with a longer nonce.
Leave a Reply