Chris Simeone
Chris Simeone
Please update this doc to clearly show how developers can deploy (on Azure Pipelines) Xamarin apps that depend on iOS service extensions and require multiple provisioning profiles. If it helps,...
It seems `validate.js` has issues with validating formatted numbers (i.e currency). Is there a pre-validation hook in `stimulus-validation` or `validate.js` that can be used to strip out formatting before the...
`ICustomNativeAdLoaderDelegate` was missing, preventing the ability to receive a Custom Native Ad that was requested. `CustomClickHandler` also needs a `set` method, so the handler can be overridden to change or...
In the Xamarin.Google.iOS.MobileAds `ApiDefinition.cs` I see the `GADCustomNativeAd` and the `GADCustomNativeAdDelegate` interfaces appear to be fully implemented. However, there is no `GADCustomNativeAdLoaderDelegate` interface defined. This presents a problem where we...