I have an Expo project with a backend hosted on AWS CloudFormation using the Serverless Framework. I’m encountering an issue where some of the API calls are not working in the TestFlight version.
I’ve deployed all the APIs on the CloudFormation production stack and tested the app locally using the Expo Go application. It updates all the user data in DynamoDB tables as expected. Additionally, when I test the add_expo_token
API using the Lambda > Functions tab in AWS, it correctly updates the expoTokens in the profile table. You can see here.
However, after creating a TestFlight build with the updated code, the expoTokens token is not being updated in the profile table.
If anyone has any ideas on how to resolve this issue, please let me know. Thanks.