0

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?

szotp
  • 2,472
  • 1
  • 18
  • 21

1 Answers1

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