Yes, Bugfender can work on any native platform that can use native libraries.
We do not have a pre-made plugin at the moment, however. You can use the NativeScript documentation on how to integrate a native library, the most relevant links we could find:
You can get the Android library in aar
format using:
implementation 'com.bugfender.sdk:android:1.+'
You can also get the iOS library using CocoaPods:
pod 'BugfenderSDK', '~> 1.6'
You will then need to create the required package.json
and the index.js
files, as explained in the above links, to wrap the native libraries.