-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maui support #74
Comments
Hi @bulubuloa, while our team doesn't have much experience with the MAUI platform at this moment, we do have clients who successfully implemented the latest BlinkID Xamarin SDK (5.17.0.) into their MAUI projects. If you need to implement BlinkID into your own MAUI project, please try using BlinkID Xamarin plugin. If you encounter any issues feel free to reach out to us and we'll try our best to assist you. |
I'm one of those running BlinkID with MAUI (we made our own binding libraries, and ported the Android/iOS portions from here https://github.com/BlinkID/blinkid-xamarin/tree/master/Binding/Forms/BlinkID.Forms to our project). Everything worked fine until we now tried to run it after the xCode15 update and iOS 17. We get:
I've seen some solutions to this problem (Linker set to SDK only, mtouch args --linkskip=MicroBlink...) but we can't get it to run on a iOS 17 device with xCode15 no matter what. Any ideas what else we could try? |
Hi @Gogzs Allow me to jump in. Just to double-check, you are running the SDK on a physical device, not a simulator? |
@mparadina |
@Gogzs of course! |
Hi @Gogzs , Could you please share the "ApiDefinition.cs"
I'm using .net8 |
Hello @bulubuloa, thank you for your feedback. As we previously communicated, unfortunately, we don't have any experience with MAUI and haven't tested v5.17. Xamarin with the latest iOS and Xcode versions as we stopped supporting it. |
Sorry for the slow response... as I maid the minimal code sample, it turned out to work there as intended... went back to the project I was working on, and it started working there... might have been a gremlin in VS or something... never finished the code sample but I could potentially do it and publish during the next week if it's of any help... |
I successfully bound and used Blink v6.7.0 for the iOS side, but failed to do so for Android. |
For anyone needing this: |
Hi @bulubuloa Thank you for the feedback, and apologies for keeping you waiting for this. Regarding the issue you've reported previously with the Android side. The issue is causing the missing formats on the mentioned attributes, and this will be fixed with the next native Android BlinkID release, version 6.9.0. Also, regarding the MAUI support, we are currently reviewing the effort needed to transition from Xamarin to MAUI, and to additionally update the SDK to the latest BlinkID version 6. We will have an update on this soon. Thank you everyone for your patience. |
Hi all, The native library for BlinkID Android, version 6.9.0, has been released. Can you try using the new version and see if the issue is resolved now? |
The text was updated successfully, but these errors were encountered: