Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
According to the migration guide, the Parse Swift SDK is missing the feature of offline object saving, which the Parse ObjC supports. This can make it difficult for people to migrate from the Parse ObjC SDK to the Parse Swift SDK. From a forum discussion it seems to require a custom solution and quite some investigation and experimentation to add such a feature.
Offline object saving is currently supported out-of-the-box by all other major Parse SDKs (ObjC, Android, JS).
Feature / Enhancement Description
The Parse Swift SDK should provide offline saving functionality out-of-the-box.
Example Use Case
n/a
Alternatives / Workarounds
Implement a custom solution.