WanftMoon
WanftMoon
Any luck finding the repository?
I've done style changing using the info in here: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/styles/xaml/dynamic You change the style in the Resources instead of changing the property of the component att.
> I think in principle those are the right places for disconnecting. I'm not sure why it doesn't work on iOS. Does the disconnection work if you trigger it earlier...
Can confirm that issue is still happening on android 11 with sample from the (https://learn.microsoft.com/en-us/xamarin/essentials/share?tabs=ios)
> Probably yes... Will try to arrange some time for it... https://devblogs.microsoft.com/dotnet/apple-privacy-manifest-support/ Please, consider updating the xamarin version as well. Also, just noticed that you have dependencies in the firebase...
> Just updated the version to include it. But I am lack of resource to test if it is work or not... Please let me know if there is any...
> firebase-ios-sdk has added [PrivacyInfo.xcprivacy file](https://github.com/firebase/firebase-ios-sdk/blob/d566a0df4aaf25e5921706f27ab419d3a7be7071/FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy#L4) to each package. Is there any plan to update GoogleApisForiOSComponents to reflect PrivacyInfo?? doesn't look like MS will support, so you may want to...
For those interested, the issue is in the native bindings: dotnet/maui#29
Oki, for those interested. The issue is in: https://github.com/Laerdal/Laerdal.Dfu.Bindings.iOS/tree/master @schneifa @framinosona @ksidirop-laerdal #27 I re-did the bindings locally, so if anyone that maintain the project and would like to check...
> Hi, I'm facing the same issue, I tried to compile the bindings my self and following the instructions of @WanftMoon but I don't really understand what need to be...