Open zhouhao27 opened 8 years ago
I found the PushTutorial for Android is for two years already. Any new tutorial for Android. My server is working for iOS.
I got same problem. The Installation record is not created.
problem is that the object is updated instead of created when use ParseInstallation.getCurrentInstallation().saveInBackground()
so it never got created
Looks like the android sdk is adding an ObjectID to the new Installation object before it's saved. When the code sees that it trys to update the object rather than creating a new one which yields the error. I'm looking at this as it's affecting me as well. Not sure where the objectid is coming from as locally assigned objectIds are supposed to start with local_
any ideas on how that could be avoided ?
I've create an application. But the installation object has never been created.
My app looks like this:
I'm using parse server. The server code:
How to debug this? Thanks.