-
-
Notifications
You must be signed in to change notification settings - Fork 875
Open
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
In the past few weeks, I've had multiple users reporting problems with my app related to the Parse SDK. After some troubleshooting, it looks like the issue is that the objectId
on their [PFInstallation currentInstallation]
is nil.
I've never seen this happen before and have been using the Parse SDK for years now. What could be causing this? Is there a way to force the currentInstallation to get a new objectId? I tried saving the installation and calling [PFInstallation getCurrentInstallationInBackground]
, but neither of those created a new objectId.
I'm running the latest version of the Parse iOS SDK - not sure if there were any recent changes that could be causing this.
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed