Open PrathmK opened 8 years ago
Xiaomi has customized the OS to not deliver intents to all apps. Only apps which have permission to auto start and show notifications can post notifications to the status bar.
Go through the phone settings to find the 2 settings and enable it for your app.
Done the two settings, still it is not receiving
Can you please post the screenshots of the settings you enabled?
GCM requires Google Play services to be installed on the device. Could you check that your device includes "Google Play services" in the list of applications?
@ogeidix : yes it is installed, i checked it
How I am supposed to tell the users about this issue? Do you have any developer side solution?
Detect phone model on app launch. If it is Xiaomi device or any other device which has the issue, show them a dialog/screen/message and direct them how to enable it. If possible start the settings activity where you need to enable it
Not received GCM notification on android Xiaomi redmi 1s only receiving on the same notification on the other devices, i am getting success in the server response.