Skip to content

Commit 6956072

Browse files
authored
docs: add unsupported offline objects to migration guide (#428)
1 parent 8ec12ca commit 6956072

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MIGRATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ These issues below are especially important to consider before migrating.
124124

125125
This table only lists features that are known to be available in the Parse ObjC SDK but still missing in the Swift SDK. *This table is a work-in-progress.*
126126

127-
| Feature | Parse ObjC SDK | Parse Swift SDK |
128-
|---------|----------------|-----------------|
129-
| - | - | - |
127+
| Feature | Parse ObjC SDK | Parse Swift SDK |
128+
|-----------------------------|--------------------------------------|-------------------------------------------------------------|
129+
| [Saving objects offline][1] | `saveEventually`, `deleteEventually` | unsupported; requires implementing a custom offline storage |
130+
131+
[1]: https://docs.parseplatform.org/ios/guide/#saving-objects-offline

0 commit comments

Comments
 (0)