Skip to content

FAQ & Troubleshooting

Nate River edited this page May 1, 2024 · 6 revisions

General steps before you start troubleshooting

  1. Create a new empty project
  2. Import the latest asset version from the Asset Store
  3. Refer to the manual and make platform specific changes (for Android, copy AndroidManifestExample.xml to Plugins/Android/AndroidManifest.xml)
  4. Build, run and test on a device
  5. If it works, find a difference in setup with your main project
  6. If it doesn't work, contact me on Discord

Google shows errors in the sign in window

Check OAuth client ID that you've created in Google Cloud.

The app is not resumed/launched after I perform sign in on Android

Refer to the manual and check AndroidManifest.xml.

Google sign-in doesn't work from emulators

For security reasons Google allows OAuth in trusted browsers only. Requests from embedded browsers (web views) and emulators may be blocked.

Clone this wiki locally