Hi,
I have an Ionic 5 app with capacitor/angular, deployed on android or ios.
I need to embed a feature that requires calling functions from an android/ios proprietary sdk.
This SDK is a black box for me.
I don’t see how I can use it in the IONIC app, where currently the plugins are only imported with NPM.
I don’t know if I can convert an sdk to an npm plugin, or if there is another way.
Anyone have any advice on the possibilities ?