My app is based on the Mobile Backend Starter and works great when I debug on my device in Eclipse or just copy the apk from the project folder directly on to the device.
In order to get the app ready for the play store, I've exported the apk and copied that onto the device. It runs, allows me to pick a Google account but then raises a GoogleAuthIOException when I try to do the first query:
mProcessingFragment.getCloudBackend().listByProperty(...)
As part of the export process, I created a keystore/key and signed the app with it. Does this change the authentication to Google in some way? I see lots of stuff on here about Facebook auth breaking when you export an app but I can't find what changes for a Google account login. (I'm not using Facebook)
0 comments:
Post a Comment