Parse-SDK-iOS-OSX icon indicating copy to clipboard operation
Parse-SDK-iOS-OSX copied to clipboard

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

Results 102 Parse-SDK-iOS-OSX issues
Sort by recently updated
recently updated
newest added

### 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). -...

type:ci
bounty:$10

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

type:feature

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...

type:feature

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...

type:question

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...

type:question

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)...

type:bug

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...

type:bug