I am Working on BLE project on Xamarin. Currently I am working on the Over-The-Air Device Firmware Upgrade (OTA-DFU) part. I am planing to use the native java Android DFU Library on Xamarin.
I am following the documentation on binding Java library to Xamarin.
In the end the compiler displays Warning BG8102: Class NO.Nordicsemi.Android.Dfu.DfuBaseService has unknown base type android.app.IntentService. (BG8102) (AndroidDUFLibrary)
. I was enable to reference the converted java library in Xamarin. But some class are missing and I cannot reference it.
Could you please let me know how can I fix the missing class issues?