简体   繁体   English

我可以在不添加 storyboard 的情况下更新现有的 iOS 应用程序吗?

[英]Can I update my existing iOS app without adding a storyboard?

I have received an email from Apple where it says that Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app's launch screen. I have received an email from Apple where it says that Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app's launch screen.

I have couple of old apps in the store (written in Objective-C) where storyboard was not used, we prefer programmatic layout rather then storyboard.我在商店中有几个旧应用程序(用 Objective-C 编写),其中没有使用 storyboard,我们更喜欢编程布局而不是 storyboard。 My question is:我的问题是:

1. Do they remove app from store if we do not update on time?
2. Can i update those apps without adding any storyboard?

Thanks in advance.提前致谢。

To your questions:对于您的问题:

  1. Do they remove app from store if we do not update on time?如果我们不按时更新,他们会从商店中删除应用程序吗?

I posed this question to Apple support and this was the response:我向 Apple 支持人员提出了这个问题,得到的答复是:

"These new requirements apply to all apps that are on the store already. To avoid removal, you will need to submit a new version with these requirements met." “这些新要求适用于已经在商店中的所有应用程序。为避免被删除,您需要提交满足这些要求的新版本。”

  1. Can i update those apps without adding any storyboard?我可以在不添加任何 storyboard 的情况下更新这些应用程序吗?

My understanding is that the 'storyboard' requirement pertains only to the launchscreen.我的理解是“故事板”要求仅适用于启动屏幕。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以使用 React Native 上新制作的应用程序更新我现有的 Android 和 iOS 应用程序吗? - Can I update my existing Android and iOS app with freshly made app on React Native? 我可以从我现有的应用程序创建新的 iOS 应用程序吗? - Can I create new iOS app from my existing app? 我可以在不将其添加到Apple供应门户的设备上调试我的iOS应用程序吗? - Can I debug my iOS app on a device without adding it to the Apple provisioning portal? 我可以在“故事板”的第二个视图中启动我的iOS应用并使用Unwind Segue吗? - Can I start my iOS app on the 2nd View of My Storyboard and use the Unwind Segue? 我可以在没有64位兼容性的情况下更新与64位兼容的iOS应用吗? - Can I update my 64-bit compatible iOS app without 64-bit compatibility? 在iOS中的现有应用程序中找不到.xib或Storyboard文件 - .xib or storyboard file not found in existing app in ios 我可以将Alamofire更新到版本4,并且在我的应用程序中仍然支持iOS 8吗? - Can I update Alamofire to version 4 and still support iOS 8 in my app? 我可以直接在iOS故事板中本地化字符串而不使用代码吗? - can I localize strings directly in an iOS storyboard without using code? 另一位开发人员撤销并重新创建了我的客户的iOS分发证书 - 这是否意味着我永远无法更新我客户的现有应用程序? - Another developer revoked and re-created my client's iOS Distribution Certificate - does this mean I can never update my client's existing app? 我可以创建一个没有故事板的 WatchKit 应用程序(完全在代码中)吗? - Can I create a WatchKit app without a storyboard (entirely in code)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM