I need to know when a user started using app. I know I can set up CKSubscription
for arbitrary record type, but it seems that for Users
it does not work.
CKSubscription(recordType: "Users", predicate: NSPredicate(value: true), options: .FiresOnRecordCreation | .FiresOnRecordUpdate | .FiresOnRecordDeletion)