← Back to Blog

23/1 - Updated Cleve app

January 23, 2026 #notes

Things I did today:

• submitted Peach and Cream content video • Fixed and resubmitted Cleve extension. • Submitted android update

I had issue previously where google sign in received DEVELOPER_ERROR in the android simulator. The problem was the SHA-1 certificate configuration. Even if you don't use the android oauth, and only the web client id. You still need to create the android client id and set the configuration properly.

I'm pretty sure i fixed the issue previously by setting the SHA-1 certificate formt the google play console > releases > app integrity. Since Play store published app resign the sha-1.

But for some reason building locally give the same issue, while if I build from EAS cloud service, it works. I tried matching local credential to eas credential but doesn't seem to work either. But it might be because I didn't clear cache and rebuild the app with the new SHA-1.

Overall i just fixed it by using eas to build.