Push notifications completely crushed on SDK 29 - Android

I’ve got 2 problems:

1 Couldnt get GCM token for device

2 Channels got error:

    if (Platform.OS === 'android') {
      Expo.Notifications.createChannelAndroidAsync('reminders', {
        name: 'Reminders',
        priority: 'max',
        vibrate: [0, 250, 250, 250]
      })
    }

On SDK 28 all works fine

Or 1 don’t work on local server ?

Thanx all, the problem solved, FCM don’t work on expo-versions, only on standalone

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