I would like to store PHAsset.localIdentifier
in my database. Syncing this does not make sense since each device will have different identifier for given photo. Can I somehow configure Ensambles to ignore one property when syncing?
Asked
Active
Viewed 58 times
1 Answers
2
You can add CDEIgnoredKey to the property in the user info of the model, with a value 1, and Ensembles will not sync the property.

Drew McCormack
- 3,490
- 1
- 19
- 23