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
I'm receiving runtime exception: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Launch handler for task with identifier different.sdk.task_processing has already been registered'.
This happens when using react-native-background-fetch alongside different SDK, which also requires registering scheduler identifiers (and does registration on its own). A quick look at the code points to this line which registers everything found in BGTaskSchedulerPermittedIdentifiers entry. Normally I'd patch-package the library, but it comes as a xcframework.
Hey,
I'm receiving runtime exception:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Launch handler for task with identifier different.sdk.task_processing has already been registered'
.This happens when using
react-native-background-fetch
alongside different SDK, which also requires registering scheduler identifiers (and does registration on its own). A quick look at the code points to this line which registers everything found inBGTaskSchedulerPermittedIdentifiers
entry. Normally I'd patch-package the library, but it comes as a xcframework.Would it be possible to get an update?
The text was updated successfully, but these errors were encountered: