Elliot Mawby

Results 224 comments of Elliot Mawby

Hello, are you using the `setLaunchURLs` function anywhere?

Has anyone been able to reproduce this issue in their project?

@dgsunesen Thank you for reporting we will need to investigate the compatibility problem. When you send a notification from OneSignal are you able to receive events on the "`Notifications.addNotificationResponseReceivedListener`" or...

Interesting ok we will investigate. We use something called swizzling to intercept notification events, but we forward them on so that other handlers still receive them. There could be an...

Hello unfortunately we do not have any news to share yet. Are you seeing this warning when your app is started? https://github.com/expo/expo/blob/168ee43f71f005baa11edf98e518593443e1807a/packages/expo-notifications/ios/EXNotifications/Notifications/EXNotificationCenterDelegate.m#L32

Ok I noticed [this issue](https://github.com/expo/expo/issues/20937) in their repo as well. I will continue trying to dig through their implementation to find the conflict.

@dgsunesen That is helpful I will see if we can make a similar fix

@jt274 Thank you for reporting we are investigating both issues. For the login issue how many devices have used the User1 external_id. There is a subscription limit of 20 subscriptions...

@jt274 Yes a uninstall/reinstall counts as a new subscription (new push token) so that may be the issue, but the error message should indicate that subscription limit was hit in...

@rensamatar Thank you for reaching out do you mind posting your podfile?