Parse-SDK-iOS-OSX
Parse-SDK-iOS-OSX copied to clipboard
The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue). -...
Removed FBSDKLoginKit and FBSDKShareKit version 9.x dependency
Please see https://github.com/parse-community/Parse-SDK-Android/pull/1058 for the Android PR and https://github.com/parse-community/Parse-SDK-Android/issues/1006#issuecomment-682448919 for the analysis of the issue. The collectDirtyChildren _forgets_ seen siblings when traversing, which causes extra traversals if those siblings point...
There is no option to add certificate pinning and verify can you please help
Since couple days ago the App Store Connect turns the app into an invalid binary because the app links against Parse.framework which in turns links agains CoreLocation.framework. Here is the...
I have a Tag Object and a Post object. Both of which are a subclass of PFObject. Given this code: ``` var post = Post() let testTag = Tag() testTag.tag...
Hi, Since a few weeks, at app launch, for some users (±0.1%), the app crashes on PFRESTObjectCommand.m line 21 with this error: ``` Fatal Exception: NSInvalidArgumentException objectId should be non...
Hi, I want to know if it's possible to sort my query in this way. My className is called "Shop" Each shop have a field called "campaignsDateString" who is an...
I am getting a `'NSInvalidArgumentException', reason: 'Invalid class name. Class names cannot start with an underscore.'` shortly after running my macOS app. When setting a symbolic breakpoint in [+[PFObject(Private) _assertValidInstanceClassName:]](https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/41e9ed0c41d2a5b53aaacd413d9a29c911ca478d/Parse/Parse/PFObject.m#L767)...
I'm trying to capture users' full names at sign up. I've subclassed PFSignUpViewController and in viewDidLoad() I have the following: `self.fields = [.usernameAndPassword, .dismissButton, .signUpButton, .additional]` However when the SignUpViewController...