useSignificant function is not working in iOS.
How can we make this work in iOS?
Hi chanlung What I knew, you were using custom tracking mode please confirm if you are using any other tracking mode ?
If you using custom tracking then you can enable useSignificant by below steps https://drive.google.com/file/d/1-YYl1jT2r8yTG54hyXdYH3jIsnAj8edX/view?usp=sharing
Also sharing example app git link where tracking works in terminated state in case of custom tracking https://github.com/roam-ai/roam-ios/tree/main/Example
@nikhil
customOptions.useSignificant = true customOptions.useStandardLocationServices = true
Can we use like this?
chanlung please use this way
customOptions.useSignificant = true customOptions.useStandardLocationServices = false
@manoj Can we create a slack channel again?
Then if the app is terminated by user, after restart app again, app would be crashed or not?