Working on a POC in NativeScript.
I have successfully implemented the "Roam.ai SDK" in "NativeScript" project for Android.
I can see locations tracked by SDK on dashboard as well.
I am taking "https://github.com/roam-ai/roam-reactnative" as a reference for "NativeScript" because both frameworks are very similar.
Problem 1:-
SDK is showing "true" status for "getListenerStatus()" but not able to get "LocationReceiver" working by adding "receiver" in manifest file.
Problem 2:-
RoamPublish.Builder().build() is also not returning anything.
Please advise.
Thank you
Raju Chauhan