Corey
Corey
Classes don’t hash to the same value unless you make them conform to hashable/equatable or do some bitwise comparison. Since PFObject subclasses NSObject, you may be getting some help, but...
> Feel free to assume that all objects are already persisted and have objectIds and that there is no local storage. This was not the example you presented, it’s completely...
Thanks for the link, @drdaz is looking at this in #1561
Do you ever specifically call `PFInstallation.current()?.saveInBackground()` after the user is logged in? If not, your `Installation` table is never populated to Parse as it doesn't save by default. You can...
I wonder if the save was successful or returned an error. Do you see their installation in Installation table on Parse Dashboard?
@bmueller Can you try to always dispatch to the main when saving the Installation as it uses some UIApplication (badges) which requires the main queue. This can be the reason...
If you plan on implementing custom objectIds, I recommend looking at https://github.com/parse-community/Parse-SDK-JS/pull/1309. The same goes for many of the other missing features as the design of JS SDK is similar...
@TomWFox a note about Parse-Swift and archiving the iOS SDK just in case this comes up in the future... Parse-Swift is based on using `struct`'s to create `ParseObjects` and is...
Have you looked at? https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1220
Actions allows you to build cross platform via https://github.com/docker/build-push-action You can use my example file for reference: https://github.com/netreconlab/parse-hipaa/blob/main/.github/workflows/docker-publish.yml In which I used to recently build: https://registry.hub.docker.com/repository/docker/netreconlab/parse-hipaa/tags?page=1&ordering=last_updated