Zilleabbas10

Results 7 comments of Zilleabbas10

Also wanted to know this. I need to get mindfulness data as well.

I am also facing the same issue when app is killed forcefully. It is working fine when app is in background. Here are my logs ``` 01-29 16:32:21.885 10308 10550...

1. Open project in Xcode. 2. Go to build phases -> link binary with libraries 3. Add libRNBackgroundFetch.a It will resolve the above error.

Hey, i am facing same error. First time when i ask for making payment it work fine. Dialog appears with cancel and add a card button. When i click cancel,...

@duyenhang facing same issue. Any updates?

@iamtharin I have fixed this with the following solution. ``` UIBackgroundModes audio ``` Add this in Info.Plist of your project and it will work