I am an Android developer.
In the application currently being developed,
There are several terminals that cannot get RegistrationID from GCM when delivering push notifications.
After conducting an internal survey,
located in the google-play-service.jar library
com.Google.android.gms.gcm.GoogleCloudMessagin class
The register method assumes that an Exception has occurred.
Google-play-service.jar version is 8.1.15
Also, to determine the cause above, when we create a debug application for the terminal where the event is occurring, an exception occurs on lines 64-65 of the URL source below.
Please let me know the cause of this incident.
android java gcm
This may be because some devices cannot do it.
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
Android 4.0.4 and earlier (not including 4.0.4) require the above permissions.
No further required, including 4.0.4.
582 PHP ssh2_scp_send fails to send files as intended
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.