添加冰淇淋三明治的应用程序功能
我想向我的应用程序添加 ICS 中引入的新功能,但我仍然希望使用 2.x、3.x 的用户能够访问该应用程序,因为如果我更改目标 API 版本,则低于 API 版本的手机将无法使用市场上可以下载吗?
我是创建另一个 APK 的唯一选择吗?不过,这个解决方案带来了另一个问题,因为我不希望已经购买该应用程序的人必须再次付费才能获得 ICS 兼容性,这显然会让人们不高兴。
那我能做什么呢?
I want to add a new feature to my app that was introduced in ICS but I still want people with 2.x,3.x to be able to access the app because if I change the targeted API version phones below the API version wont be able to download it in the market correct?
Is my only option to create another APK? This solution brings another problem though because I dont want people who have already bought the app to have to pay for it again to get ICS compatibility, thats obviously going to make people unhappy.
so what can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个 此处的博客文章介绍了在还需要在旧平台版本上运行的应用程序中使用新 Android 功能的一般问题。该博客太旧了,无法专门讨论冰淇淋三明治,但我认为这些技术仍然有效。
There is a blog posting here about the general problem of using newer Android features in an app that also needs to run on older platform versions. The blog is too old to address Ice Cream Sandwich in particular, but the techniques will still work well, I think.
您可以在市场上发布多个 APK
更多信息请参见此处:
http://developer.android.com/guide/market/publishing/multiple -apks.html
You can publish Multiple APKs on the Market
More info here:
http://developer.android.com/guide/market/publishing/multiple-apks.html