-
Notifications
You must be signed in to change notification settings - Fork 25
Description
It apparently initializes with no problem but looking at dashboard i realized that the installation comes without any deviceToken or pushType.
I enabled the log and here is the message:
V/com.parse.ManifestInfo: Cannot use GCM for push because the app manifest is missing some required declarations. Please make sure that these permissions are declared as children of the root <manifest> element:
V/com.parse.ManifestInfo: Using none for push.
V/com.parse.PushService: Tried to use push, but this app is not configured for push due to: Push is not configured for this app because the app manifest is missing required declarations. Please add the following declarations to your app manifest to support either GCM or PPNS for push (or both). To enable GCM support, please make sure that these permissions are declared as children of the root <manifest> element:
The thing is all the permission are properly set on AndroidManifest.xml
After searching around it seems that parse-1.9.0.jar is incompatible with android 6.0.
Any ideas?