Corey
Corey
The assets I added back in releases starting from 1.19.2 are missing from the auto-release: 1.19.3 1.19.2
I see the assets showing up. Just a long build I guess.
I left this comment to speed up the cocoa pod release: https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1632#discussion_r753868927
@davidhakki can you either “correct” or “delete” your comments about the Swift SDK? Neither comments were true at the time you posted them. This particular issue is currently pinned and...
> @drdaz Is it possible that the SDK makes a delete request for the previous token when a new user is logging in? @riccardoch I think you are close. I...
@nilkanth987 the flow you mentioned will definitely cause the issue I mentioned above. I don't understand what you are trying to do, once you use `PFUser.logInWithUsername` it automatically saves the...
I think what you want to do is logout of the currentUser and then signIn as the new user. This will properly establish the needed session token
> What do you think is the best way to get a feature comparison overview between the Parse Swift vs. ObjC SDK? The best way I can think of is...
Can you submit a pull request with your change so we can look at it? Also a heads up, you will need to rebase your PR with the master branch...