Raising minimum iOS Deployment Target Version for App Update

前端 未结 3 1311
青春惊慌失措
青春惊慌失措 2020-12-08 18:27

Let\'s say we have an application with a deployment target set to 3.0 and we want to raise the deployment target to 3.2. Normally, the App Store won\'t let the App be insta

3条回答
  •  死守一世寂寞
    2020-12-08 19:01

    In addition to only showing supported updates, the store now offers the "last compatible version". This lets people download an app even if their device doesn't support the most recent version. Unfortunately this means that some people could still download an older version with bugs you have already fixed. There may be a way to disable this, but none of my app updates have introduced new requirements, so I can not test.

提交回复
热议问题