Created
September 20, 2018 17:38
-
-
Save mobilequickie/30a3f2ee03527924c796a3e7f455d559 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| //Get the Amazon Pinpoint EndpointId from the device | |
| let profile: AWSPinpointEndpointProfile = (pinpoint?.targetingClient.currentEndpointProfile())! | |
| print("EndpointId: \(profile.endpointId)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment