All Collections
Supported development platforms
Does Bugfender work on NativeScript?
Does Bugfender work on NativeScript?
Jordi Giménez avatar
Written by Jordi Giménez
Updated over a week ago

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.

Did this answer your question?