Showing results for iOS - Xamarin Blog

Jul 3, 2019
7
0

iOS 13 Preview Release Now Available

Pierce Boggan
Pierce Boggan

Today, we are excited to share our first preview containing support for iOS 13 and Xcode 11! With today's preview, you can begin building applications using Xcode 13 and begin integrating existing new APIs for iOS 13 such as Sign in with Apple, along with support for iPadOS 13, watchOS 6, tvOS 13, and macOS 10.15.

DevelopersXamarin.FormsXamarin Platform
May 9, 2019
3
0

Xamarin API Docs: Open Sourced and Available Now

Larry O'Brien
Larry O'Brien

Today, we are happy to announce the release of all Xamarin API documentation as Open Source. Additionally, we have moved the hosting of Xamarin.Forms, Xamarin.Android, Xamarin.iOS & Xamarin.Mac, and SkiaSharp from their old Xamarin home to docs.microsoft.com.

AnnouncementsDevelopersXamarin Platform
Mar 26, 2019
5
0

Introducing the Xamarin.iOS Interpreter

Chris Hamons
Chris Hamons

Historically iOS applications have had a number of limitations when running on a device, as Apple disallows the execution of dynamically generated code. Applications are compiled “Ahead of Time” (AOT) before deployment because of this. You can read more about this architecture here.

DevelopersiOS
Mar 20, 2019
6
0

Get Your Apps Ready for Apple’s New Watch Processor Architecture

Chris Hamons
Chris Hamons

Important changes are coming to watchOS! Checkout our support for Apple Watch Series 4 new processor architecture, ARM64_32 based on the Xamarin.iOS SDKs shipping with Visual Studio 2019 and Visual Studio 2019 for Mac.

watchOSDevelopers
Sep 19, 2018
0
0

Get Ready for iOS 12 and Xcode 10

David Ortinau
David Ortinau

Support for iOS 12 and Xcode 10 to accompany Apple’s Xcode Gold Master (GM) release has just been announced! We have also published updated documentation and samples to help you quickly get started with all the latest new features. Now, build your Xamarin.iOS (and of course Xamarin.Forms for iOS) applications with Xcode 10 GM and submit your iOS 12, tvOS 12, and watchOS 5 applications to the Apple App Store.

DevelopersiOSwatchOS
Sep 19, 2018
0
1

Handling input from Apple Pencil

Prashant Cholachagudda
Prashant Cholachagudda

After months of contemplation before finally buying an Apple Pencil to go along with the iPad Pro, it turns out it is as magical as they say! This blog post describes how to use Xamarin.iOS and Visual Studio 2017 to build a signature pad app that works with Apple Pencil.

DevelopersiOS
Aug 20, 2018
0
0

Exploring New iOS 12 ARKit Capabilities With Xamarin

Larry O'Brien
Larry O'Brien

It's summertime, which for Xamarin developers means new iOS betas to explore and learn. ARKit, which debuted last year in iOS 11, has matured over the past year and in iOS 12 is much more flexible than it was previously.

DevelopersiOS
Aug 10, 2018
0
0

Preview: iOS 12 development with Xamarin

Brad Umbaugh
Brad Umbaugh

The latest Xamarin preview release supports Xcode 10 beta 5, which includes beta SDKs for iOS 12, macOS Mojave (10.14), watchOS 5, and tvOS 12.

DevelopersiOS
Jul 25, 2018
2
0

Previewing Files Inside Your Xamarin.iOS App

Jimmy Garrido
Jimmy Garrido

If your app interacts with files, such as email attachments or photos, allowing users to preview those files without leaving your app is a great way to enhance the user's experience. Fortunately, iOS makes adding this feature simple by providing the document interaction controller and the Quick Look preview controller. In this post, you will learn the differences between the two options and how you can implement them in your app.

Xamarin PlatformiOS