Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created September 20, 2018 17:38
Show Gist options
  • Save mobilequickie/30a3f2ee03527924c796a3e7f455d559 to your computer and use it in GitHub Desktop.
Save mobilequickie/30a3f2ee03527924c796a3e7f455d559 to your computer and use it in GitHub Desktop.
//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