BILDIT-Platform / react-native-bildit-flybuy

React Native FlyBuy module. Supports Core, Pickup, Notify, and Presence Native SDK APIs.
9 stars 6 forks source link

Sdk 2.5.2 bgtask #40

Closed addingama closed 2 years ago

addingama commented 2 years ago

I've modified the notifyConfigure to support bgTaskIdentifier for iOS.

The same function should be working properly and backward compatible.

notifyConfigure() and notifyConfigure('bg.task.identifier') are valid call.

@mohanenm can you help me test this?