google play


  • Uploading Debug Symbols

    Uploading Debug Symbols

    When uploading a new app bundle to Google Play Dev Console you can often get this warning: This App Bundle contains native code, and you’ve not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug. It can be a bit perplexing, but it’s…

    read more…

  • (Android) Check if Google Play Store is installed on device

    Here’s a quick way to check if Google Play Store is installed. I use this to keep activities that use in-app billing from crashing on devices that doesn’t have Google Play Store. Works fine in the emulator as well. If the method returns false, I’ll just give the user an alert telling them they need…

    read more…