I\'m trying to subscribe an Android user to receive push notifications using this code:
public static void subscribeToTopic(final String topicArn, String En
Android endpoints (and all mobile endpoints) are automatically confirmed when Subscribe completes. You do not need to invoke ConfirmSubscription for these endpoints.
Subscribe
ConfirmSubscription