aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

Provide samples and/or examples

Open tioback opened this issue 8 years ago • 3 comments

Please provide samples and/or examples on how to use the SDK.

tioback avatar Oct 10 '16 13:10 tioback

There are a few integration tests in the code. They've helped me. But I agree real samples (explained) would be better.

adrienjt avatar Oct 24 '16 05:10 adrienjt

+1 Better instructions would be great...

Parrryy avatar Feb 15 '17 16:02 Parrryy

+1

The "detail step-by-step guide" of chunghe helped me a lot making it run on android. https://github.com/awslabs/aws-sdk-react-native/issues/35

Now I'm looking for sample code how to authenticate and subscribe. The tests include code how to i.e. subscribe to get emails or list the topics: https://github.com/awslabs/aws-sdk-react-native/blob/master/SNS/IntegrationTests/SNSTests.js

I'd like to receive notifications in the app, but don't know how to create the platformEndpoint, the PlatformApplicationArn and the deviceToken. Some sample code would be great.

mecmuc avatar Feb 23 '17 09:02 mecmuc