Windows Phone 8.1 API

Is there an API for Windows Phone 8.1? This is because I want to develop a Windows Phone 8.1 application, but I don’t know where to go with the API, because Windows Phone 8.1 has 8 different differences, so I can’t refer to the Windows Phone 8 API.

+4
source share
1 answer

Windows Phone 8.1 has two sets of APIs.

  • Windows Runtime (MSDN) , all APIs with a phone icon on the documentation page are available on WP8.1. This applies to the Universal Application project types. Many of these APIs are shared between Windows Store applications (such as Metro or modern applications), allowing you to have the same base base for Windows and Windows Phone applications.

  • Silverlight (MSDN) applies to the Silverlight 8.0 and Silverlight 8.1 APIs. There is no particular difference in MSDN for 8.1 API only.

MSDN also has a mixed list of the two above for What's New in Windows Phone 8.1 (MSDN) , primarily for Windows Runtime features.

Universal Apps (Windows Runtime), Silverlight, , VoIP, 8.0, 8.1.

+11

Source: https://habr.com/ru/post/1537324/


All Articles