You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a future release, Detox will drop iOS 9 as a supported feature.
This change will also nean that legacy remote and local notifications handling API will no longer be supported in Detox. These APIs have been deprecated since iOS 10, and we believe we've given enough time to add support for it. Make sure you transition to the UserNotifications framework as soon as possible.
Please note that for React Native apps, PushNotificationIOS (RCTPushNotificationManager) is severely outdated and does not support these modern APIs. It is recommended to transition to a more modern solution. While it is sad that such an important app feature is let to stagnate so much by Facebook, it cannot be the concern of Detox. It is up to RN users to keep their apps up to date with the latest Apple APIs.
Our own React Native notifications solution plans to add support for these modern APIs soon. Detox will drop iOS 9 as soon as that change is implemented and used internally.
The text was updated successfully, but these errors were encountered:
LeoNatan
changed the title
Dropping iOS 9 as supported platform soon, changes to user notification testing
Dropping iOS 9 as supported platform soon, breaking changes to user notification testing
Jul 16, 2019
LeoNatan
changed the title
Dropping iOS 9 as supported platform soon, breaking changes to user notification testing
iOS 9, legacy notification API no longer supported in Detox
Aug 5, 2019
As of Detox 14.0.0, this is implemented.
In a future release, Detox will drop iOS 9 as a supported feature.
This change will also nean that legacy remote and local notifications handling API will no longer be supported in Detox. These APIs have been deprecated since iOS 10, and we believe we've given enough time to add support for it. Make sure you transition to the UserNotifications framework as soon as possible.
Please note that for React Native apps, PushNotificationIOS (
RCTPushNotificationManager
) is severely outdated and does not support these modern APIs. It is recommended to transition to a more modern solution. While it is sad that such an important app feature is let to stagnate so much by Facebook, it cannot be the concern of Detox. It is up to RN users to keep their apps up to date with the latest Apple APIs.Our own React Native notifications solution plans to add support for these modern APIs soon. Detox will drop iOS 9 as soon as that change is implemented and used internally.
The text was updated successfully, but these errors were encountered: