Skip to content

Instantly share code, notes, and snippets.

@insidegui
Last active March 19, 2017 16:22
Show Gist options
  • Save insidegui/84c92632f108899c84e1de8d56df9654 to your computer and use it in GitHub Desktop.
Save insidegui/84c92632f108899c84e1de8d56df9654 to your computer and use it in GitHub Desktop.
container.publicCloudDatabase.save(subscription) { [weak self] savedSubscription, error in
guard let savedSubscription = savedSubscription, error == nil else {
// awesome error handling
return
}
// subscription saved successfully
// (probably want to save the subscriptionID in user defaults or something)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment