To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.

March 11, 2015 at 3:08 AM

发件人 Apple

遇到问题(被拒绝原因)

苹果不让自己检测并提示用户更新了,我们给你截图了,自己看去吧。(貌似是新的审核规定,跪了。。。)

10.6 - Apple and our customers place a high value on simple, refined, creative, well thought through interfaces. They take more work but are worth it. Apple sets a high bar. If your user interface is complex or less than very good, it may be rejected

10.6 Details

Your app includes an update button or alerts the user to update the app. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.

We’ve attached screenshot for your reference.

解决办法

去掉所有自己添加的的版本更新检测,重新上传。好吧,去掉自动检测,去掉检测版本更新的按钮。。。

应用版本的更新必须利用iOS内置的更新机制。目前还不知道这个版本更新应该怎么搞,希望路过的神仙指导指导。

Next Steps

Please remove the update feature from your app. To distribute a new version of your app, upload the new app binary version into the same iTunes Connect record you created for the app’s previous version. Updated versions keep the same Apple ID, iTunes Connect
ID (SKU), and bundle ID as the original version, and are available free to customers who purchased a previous version.

Resources

To create new versions of your app, please see Replacing Your App with a New Version in the iTunes Connect Developer Guide.

时间: 2024-11-09 23:11:11

To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.的相关文章

app version updates must utilize the iOS built-in update mechanism(app的更新必须用iOS内置的更新机制)

今天有一个app审核被拒了,提示app里面包括了一个更新按钮,而app的更新必须用IOS的内置更新机制,而不是app里面含有更新视图 苹果的审核规则随时都会变,好吧,那就去掉了,重新打包上传审核

ubuntu .net core The specified framework 'Microsoft.NETCore.App', version '1.0.1' was not found

想在ubuntu下试试.net core mvc,按照官方教程走完,然后把在window 下做好的项目想在ubuntu下试试,然后输入了 git clone https://github.com/kastier/a_test_dotnet_core.git ,然后运行,结果发现没法运行,报出错误: The specified framework 'Microsoft.NETCore.App', version '1.0.1' was not found 我就想重新安装,但是又不知道对应的版本号,

iOS app version

http://stackoverflow.com/questions/458632/how-can-my-iphone-app-detect-its-own-version-number http://stackoverflow.com/questions/16888780/ios-app-programmatically-get-build-version http://stackoverflow.com/questions/11550705/how-to-get-the-applicatio

The android gradle plugin version 2.3.0-beta2 is too old, please update to the latest version.

编译项目的时候,报如下错误: Error:(1, 1) A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android.application'] > Could not create plugin of type 'AppPlugin'. > The android gradle plugin version 2.3.0-beta2 is too old, please up

App适配iPhone 6/ Plus和iOS 8:10条小秘诀

(原文:raywenderlich 作者:Jack Wu 译者:@TurtleFromMars) 过节啦!为庆祝佳节,看看我给这篇文章写的这段极客小诗吧: “Keynote前夜,无人知晓,新API能否登场对Siri的期待,Touch ID的希望而此刻iOS 8应声而出,震惊全场扩展,Swift,Metal,整整一箩筐通用Storyboard,又有谁曾料想一片欢呼声中,有人开始迷惘现有的这些App,适配问题实在惆怅不过不必担心,因为这篇教程会与您讲讲新的API和屏幕尺寸,助你的App焕发容光遵循十

APICloud 手机APP制作先选Android还是iOS,为什么?

  APICloud 手机APP制作先选Android还是iOS,为什么?   创业团队总是面临一穷二白的境况,开发制作一款APP都要想一想,先做Android呢还是iOS呢? 移动应用专家APICloud告诉你,这件事不是2选1,而是从0到1的突破过程,首先把这个思维摆正,后面就好说了.相信创业团队为了这个问题,看了很多资料,问了很多人,但总还是有一些错误的想法存在. 错误想法一:Android市场份额占70%,所以先做Android? 对于初创团队来说,哪个平台用户多,其实是没有任何意义的.

Android app version code and name

android:versionCode和android:versionName 区别 Android的版本可以在androidmainfest.xml中定义, 主要有android:versionCode和android:versionName android:versionCode:主要是用于版本升级所用,是INT类型的,第一个版本定义为1,以后递增,这样只要判断该值就能确定是否需要升级,该值不显示给用户. android:versionName:这个是我们常说明的版本号,由三部分组成<maj

OpenXC : Any updates on plans for IOS?

Hi Thomas, We're actively investigating this as we'd love to able to support all platforms, but I can't say for sure what will be possible or when yet. Actually, this would be a great place for some help and advice from the community. Are there any i

混合app开发,h5页面调用ios原生APP的接口

混合APP开发中,前端开发H5页面,不免会把兼容性拉进来,在做页面的兼容性同事,会与原生app产生一些数据交互: 混合APP开发,安卓的兼容性倒是好说,安卓使用是chrome浏览器核心,已经很好兼容H5页面,而且运行机制也是能够同步运行:但ios上就没那么容易了:. 在此我就不说兼容安卓的问题,只把ios问题说说: 问题1:H5调用ios接口,ios需要初始化,js代码在ISO上只运行一次 解决: 本人使用是angular框架搭建的H5页面 var ua = navigator.userAgen