博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows Phone Silverlight 8.1 apps
阅读量:5091 次
发布时间:2019-06-13

本文共 2507 字,大约阅读时间需要 8 分钟。

The Windows Phone Silverlight 8.1 app model gives Windows Phone 8 developers access to some of the newest features available in Windows Phone Store apps without significantly modifying existing Windows Phone 8 code. Windows Phone 8 apps are fully supported and run exactly the same on Windows Phone 8.1 devices. If you have an existing Windows Phone 8 app and aren’t looking to add new features, you don’t need to modify your app. If you’re just starting out developing for Windows Phone, or if you’re interested in targeting the PC platform in addition to Windows Phone, you might want to start with a Windows Phone Store app. This app model gives you access to all of the new features, and you can target phone and PC with a single Visual Studio solution. For more information about choosing the best platform for your objectives, see .

 

Silverlight 8.1 apps run only on Windows Phone 8.1 devices. Windows Phone 8 devices cannot install or run Silverlight 8.1 apps. However, Windows Phone 8.1 is a free software update that is supported for all existing Windows Phone 8 devices.

 

You can publish a Silverlight 8.1 or Windows Phone Store app alongside an existing Windows Phone 7.8 and Windows Phone 8 version of your app in the Windows Phone Store. If you choose to upgrade your app, you can continue to sell and update earlier versions.

 

For a high-level list of the features of Windows Phone 8.1 that can be accessed from Silverlight 8.1, see .

 

There is a small set of features available in Windows Phone 8 apps for which there are no equivalents in Windows Phone Store apps. Silverlight 8.1 apps can still use these features. If your app requires one of these features you should either maintain your Windows Phone 8 app or upgrade your app to Silverlight 8.1.

 

Clipboard APIs

Lock screen background provider

Ringtone provider

Alarms and reminders

Lens apps

Lock screen background provider

Generating bitmaps for Live Tiles in a Background Task using managed code

Generating bitmaps in a Background Task using native code is supported.

 

For a list of Windows Phone 8 features that are known to behave differently in Silverlight 8.1 apps, see .

 

The tools included in the Windows Phone SDK automate the upgrade of your app from Windows Phone 8 to Silverlight 8.1. This is a one-way process. After you have upgraded, the tools can’t convert your solution back to Windows Phone 8, so be sure to back up your project. For instructions on upgrading your app, see .

转载于:https://www.cnblogs.com/zjoch/p/4584367.html

你可能感兴趣的文章
Visual Studio 代码风格约束
查看>>
Jzoj3170 挑选玩具
查看>>
测试随想
查看>>
JavaWeb_客户端相对/绝对路径和服务器端路径
查看>>
数组中方法some,every , reduce简单方法
查看>>
图形学-剔除
查看>>
人生哲学
查看>>
JAVA调用.NET的WEBSERVICE
查看>>
Selenium+Python浏览器调用:Firefox
查看>>
nohup 详解
查看>>
树莓派实现摄像头监控(使用motion和mjpg-streamer)
查看>>
《转》推荐系统经典论文文献及业界应用
查看>>
webpack的像素转vw单位的loader插件
查看>>
javascript高级程序设计一书----关于创建和对象继承的总结
查看>>
媒体电话
查看>>
Web开发者欣喜若狂的40个UI设计工具和资源
查看>>
整数拼数 C语言版
查看>>
在固定宽度 下计算出实际的行高
查看>>
hdu 1873 看病要排队
查看>>
scope_ref的实现
查看>>