Skip to content

Imports not supported in CN1AndroidApplication.java #35

@rainer2208

Description

@rainer2208

Hi, I am trying to implement Parse4CN1 for Push Messages on an android app, but I am running into a series of issues.

I have installed the Parse4CN1 library and noted that almost all the imports are not supported.

As a workaround I tried to replace :'
"import com.parse.ParseInstallation" (not supported) with
"import com.parse4cn1.ParseInstallation" (supported),

but then ParseInstallation.getCurrentInstallation()

only has a .save() method, and no .saveInBackground() method.

Am I doing something wrong, or has there been a change in imports?

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