Interacting with Expo Android Push Notification

Please provide the following:

  1. SDK Version:
    • “expo”: “~43.0.0”,
    • “expo-notifications”: “~0.13.3”,
  2. Platforms(Android/iOS/web/all):
    • Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I have GitHub - erickstm87/mobile-bike-app an expo react-native application. I can receive push notifications from my Golang/Lambda back end fine. However when I click on the push notification I get a Something Went Wrong error. This is ONLY in the standalone apk. It works perfectly running the Expo GO development env. I checked and rechecked my FCM integration and made sure all tokens and permissions are ok. The google-services.json file is where it should be, and filled out correctly. The permissions on my FCM api are correct. Any help would be appreciated. My best guess is something to do with listening to notifications when the app is backgrounded? Also curious why it seems to want to open the Expo Go app instead of my APK.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.