Updating Android App
MelodyCats
Member, PRO Posts: 128
Hi all, quick question. I've not updated my android apps in over a year.
Should I be publishing them with Build AAB or Build RC?
Or does it make no difference?
Many thanks!
Comments
Longer answer than you're looking for but:
Build AAB is current stable, though lately a bit old. For a blanket questions, this is usually the answer.
Build RC is a preview release with the latest and greatest, but isn't as well tested. It's a "Release Candidate" Sometimes it's necessary to use Build RC because it's got a patch for a pressing issue bug or new app store requirement.
So here's my guidance. If you are not using ads, use Build AAB unless there's something specific from the release notes you need.
If you are using ads, it's worth building with Build RC because we put in the latest Ad network code.
If you build with Build RC, ALWAYS test your build on your device.
Hope that helps!
Great, thanks @adent42 that's very helpful info!