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?