Skip to content

Not working on Android 6.0 #21

@ricardocarvalh0

Description

@ricardocarvalh0

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions