Page 1 of 1

Crashy App

Posted: Thu Nov 18, 2021 2:45 pm
by HondoTX
Android. Ever since the Gunbuster update the App has been slow to react.

Re: Crashy App

Posted: Wed Nov 24, 2021 9:20 am
by Russell
It looks like Google might have changed something on us behind the scenes. We're taking a look into it now, might be a bit though...

Re: Crashy App

Posted: Tue Dec 07, 2021 9:31 am
by Russell
Just an update that we are 95% of the way fixed. We will also be adding a fix for the background proximity alerts no longer working (also a Google change that we got stuck with).

Re: Crashy App

Posted: Sun Dec 12, 2021 9:50 pm
by SoloXCRacer
Yeah, sorry about that. There was a fire storm of issues we had to fix. There was a bad memory leak that creeped its head in when a tsunami of new entries came in due to 30.05. That took a while to identify the issue, design a fix, and the implement the fix. Once that was done, we couldn't submit the fix to Google Play because they now require app publishers to target API Level 30, and we were targeting API Level 29. We then targeted API Level 30, as required, and a whole bunch of stuff broke due to Android behavioral changes. The biggest changes were on how Android handles location permissions as they are now completely re-vamped.

In order for proximity alerts to work (geofencing), we needed to change how the app requests location while running in the background for proximity alerts. This included code changes to take account for phones running Android 9 and below, Android 10, Android 11, and the newly released Android 12. Each of which handled locations permissions ever so slightly different. And then to top it off, since we now target API Level 30, and use the ACCESS_BACKGROUND_LOCATION permission, we now have to submit a form (complete with a demo video) on justification why the app needs background location to Google Play. A reviewer at Google Play will review our application, see the proximity alerts in action through the video we had to create, and then should approve our app update.

Good news is that we are currently at the last step. I just created the demo video for Google Play and are ready to submit an app update. We don't know how long Google Play will take for their review and approval, but we'll keep you posted. This took us a lot long than we anticipated. I've only got a couple of hours (at most) per evening to work in the app, and I am also super busy at work, with it being the end of the year. Things are starting to wind down now though.

Thank you all for your patience and we look forward to getting the fix out soon! By tomorrow evening, it will be in Google's hands and hopefully they won't take the long. We'll keep you posted.

Re: Crashy App

Posted: Tue Dec 14, 2021 7:07 pm
by SoloXCRacer
Hey there! Just letting everyone know we just submitted an update to the app that contains the fix for the memory leak that made the app unresponsive and all the work to make foreground and background location permissions for API Level 30, as per Google Play requirements. The app update is currently in review with Google Play now. It's in their hands now, so hopefully you all should see the update soon.

Thanks for your patience!

Re: Crashy App

Posted: Wed Dec 15, 2021 4:16 pm
by SoloXCRacer
Just giving everyone a quick update. Google rejected out update due to a privacy policy violation. We’re currently updating that and will re-submit to Google Play as soon as we’re done with it. Almost there!

Re: Crashy App

Posted: Thu Jan 13, 2022 10:58 am
by HondoTX
Thank you for your hard work.