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

This adds a PFUrlSessionChallengeDelegate to Parse Configuration. Note: Docs and description will be added soon.

Add parse binaries to version tag, with purpose of not compile on local please. An example: carthage build --no-skip-current carthage archive and attach Parse.framework.zip to tag release. It will be...

type:feature

When running Xcode 11.7 Analyzer on our project with Parse 1.19, it shows the following 7 logic errors: 1. /Parse/Parse/Parse/PFPush.m:322:9: Converting a pointer value of type 'NSNumber *' to a...

type:feature

Has anyone successfully added the apple sign on button with PFLoginViewController? My app is getting rejected because I don't have Apple Signon and I'vey built everything with PFLoginViewController. Just curious...

type:feature

I'm having an issue when my app is installed through an iOS backup restore on a new device. No Installation object for the new device is saved to the server....

type:feature

The SDKs should be compatible with pinned certificates for connecting to the Parse Servers, allowing for faster, safer deployment, particularly in small or internal deployments. This issue has already been...

type:feature

### New Feature / Enhancement 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...

type:ci

… so you don't need to fetch all data to get a certain data. Sometimes the data of a user is very long but we just need to get the...

Using the allowCustomObjectId option of parse-server, it is possible to provide custom object ids on the client side. It seems to me, that there is no support for this yet...

type:feature

It would be good if we could use saveAll in background eventually on several [Objects]. Currently it's only possible to save in bg + eventually on a single object. regards,...

type:feature