Created
January 16, 2019 19:59
-
-
Save Widcket/118d4738cc82f3345c01aa39ebed2f8a to your computer and use it in GitHub Desktop.
Subscribe to Remote Config Topic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Messaging.messaging().subscribe(toTopic: "REMOTE_CONFIG") { error in | |
if let error = error { | |
debugPrint("Could not subscribe to Remote Config topic", error) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment