innFactory / react-native-aws-mobile-analytics

A react-native module for using Amazon's AWS Mobile Analytics with the aws-sdk
MIT License
16 stars 6 forks source link

[question] events not appearing on aws even though submit callback was called #4

Open vvavepacket opened 6 years ago

vvavepacket commented 6 years ago

Hi, I checked the console logs and used the submitCallback to know if events were submitted successfully. The callback was executed successfully, but after some time (after 1 day), there are no events recorded in AWS console. The developer console does not output any error so I assume logs are successfully recorded and sent to AWS. Is there any reason why those logs don't appear on AWS end?

spoeck commented 6 years ago

@vvavepacket Hi, sorry for my late response.

On which platform did that behavior appear? iOS or Android?

aaronbuchanan commented 6 years ago

We're seeing the same thing actually, has anyone had/fixed this issue? I'm wondering if we misconfigured things on the AWS side maybe, what all can I check?

spoeck commented 6 years ago

I've tested it today with Android (RN 44) and it works well. Maybe the new Version of aws-sdk caused that issue. You can try to change the package.json of react-native-aws-mobile-analytics to aws-sdk 2.72.0