APPS


  • 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…

  • Open weblinks in external browser when using Phonegap

    To prevent a Phonegap-wrapped app from opening external links in the apps webview, use javascript to open the link in the external browser. This works on Android (probably other platforms as well)

    read more…