I'm working on adding some features to a cordova app that's not available through cordova hybrid app. So what I want to do is use your launcher to call a java library I've built and included my aar file in the android build project. Called the activity with intent extra data, this works fine. Now I want to do the same thing for IOS. Is this possible or will your plugin need some modifications to do this. I have not yet coded the IOS library.
I'm working on adding some features to a cordova app that's not available through cordova hybrid app. So what I want to do is use your launcher to call a java library I've built and included my aar file in the android build project. Called the activity with intent extra data, this works fine. Now I want to do the same thing for IOS. Is this possible or will your plugin need some modifications to do this. I have not yet coded the IOS library.