-
Notifications
You must be signed in to change notification settings - Fork 805
Supported Third Party Libraries
As many iOS apps make use of third-party libraries and SDKs, we're working to make sure some of the most popular ones work with the iOS bridge so your app can continue to use them on Windows 10. Below is an in-progress, partial list of third-party libraries and their respective statuses with the iOS bridge.
KeyChainItemWrapper is fully supported.
OAuthConsumer is fully supported.
AFNetworking v2 is currently partially supported. More information coming soon.
Bolts is currently partially supported. Path updates will have to be made in order for it to properly compile. More information coming soon.
The Facebook iOS SDK is currently partially supported. Basic scenarios including login work. This SDK is a top priority for the iOS bridge team and more functionality will be added in the coming weeks and months. More information coming soon.
GTMLogger – which is part of the Google Toolbox for Mac – is partially supported. More information coming soon.
JSONKit is partially supported. More information coming soon.
OpenAL is partially supported. More information coming soon.
OpenUDID is partially supported. More information coming soon.
Apple's Reachability framework is partially supported. The UI in the sample app does not work, but Reachability's main functionality does.
SBJson is partially supported. More information coming soon.
Project
Using the bridge
- Getting Started
- Using vsimporter
- Using the SDK
- Building From Source
- Adding Objective C to an Existing Project
- UI Guidance
- Changing the SDK Version of a Project
- Debugging
- Debugging Stack Traces from Crash Dumps
- Supported Third Party Libraries
- Creating and Linking Against C++ Static Libraries
- Packaging
Samples and Tutorials
- Quick Start Tutorial
- Building a To-Do List App
- Building a Calculator App
- Mixing and Matching UIKit and XAML
- IOS Bridge Samples Repo
Contributing
Links