If following error is showing in your dashboard,
"There was an error authenticating the sender account, please check your google API key"
then there is a configuration issue with your Firebase Cloud Message (FCM), for this:
Log into your Appoxee account, go your app's Application Information page and make sure you entered the correct Google project ID and Google API Key, as explained in Android Application Setup for Appoxee Standalone.
Other Common things to check
1. Notifications should be enabled for the application itself
2. Background data needs to be enabled on devices. Otherwise pushes can't send from GCM to Android devices until they have active internet connection.
3. Application should be in background at the time it receive push notification.
4. If you are using an emulator, please make sure to use a Google API target.
The Registered Devices list shows the number of devices that have the application installed with the Appoxee SDK
It takes a few seconds for a device to register, and it takes about an hour to update the count of registered devices.
Please wait an hour and then check the Registered Devices list again.
If the user downloaded a version of the application that does not include Appoxee, the user's device will not be counted as a registered device. |