Apple Store Connect
App Store Connect Api with Azure DevOps and fastlane
Apple has enforced 2FA for all App Store Connect users, which broke my iOS Azure DevOps CD pipeline
Apple Store Connect
Apple has enforced 2FA for all App Store Connect users, which broke my iOS Azure DevOps CD pipeline
Xamarin
Recently Apple decided to discontinue Application Loader and therefore took the only GUI tool from the developers to upload their application packages to TestFlight/Apple Store.
Xamarin.Forms
I've recently needed to customize Frame corner radius to have just the top or bottom corners rounded, whereas the rest corners should stay rectangular. The problem is that CornerRadius property on a Frame element takes a float as the argument, meaning that the value will apply to all of the corners.
Xamarin.Forms
It’s very simple to set selected and unselected colors for Android devices. You can take advantage of the available platform specifics. Whereas on iOS it's a bit more complex.