User Tools

Site Tools


library:ios:dev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
library:ios:dev [2022/09/21 01:13]
lhaosen [12.3 WKWebkit 手势]
library:ios:dev [2024/03/27 15:57] (current)
lhaosen [15. Links]
Line 164: Line 164:
 阻止input输入文字时页面视图放大 阻止input输入文字时页面视图放大
   <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">   <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
 +  
 +  
 +==== 模拟器存储目录 ====
 +
 +  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
 ===== - 当前苹果商店对Xcode及MacOS的最低要求 ===== ===== - 当前苹果商店对Xcode及MacOS的最低要求 =====
-==== 2022.08.21 ====+==== April 29, 2024 ==== 
 +Apps uploaded to App Store Connect must be built with Xcode 15 for iOS 17, iPadOS 17, tvOS 17, or watchOS 10, starting April 29, 2024\\ 
 +[[https://developer.apple.com/news/?id=fxu2qp7b|App Store Connect upload requirement starts April 29]] 
 + 
 +==== April 25, 2023 ==== 
 +Starting April 25, 2023, iOS, iPadOS, and watchOS apps submitted to the App Store must be built with Xcode 14.1 or later. \\ 
 +[[https://developer.apple.com/news/?id=jd9wcyov]] 
 + 
 +==== April 25, 2022 ==== 
 +Starting April 25, 2022, iOS, iPadOS, and watchOS apps submitted to the App Store must be built with Xcode 13. \\
 4月25日起,开发者向 App Store 提交的应用必须使用 Xcode 13 创建  \\ 4月25日起,开发者向 App Store 提交的应用必须使用 Xcode 13 创建  \\
 [[https://developer.apple.com/news/?id=2t1chhp3|App Store submission requirement starts April 25]] [[https://developer.apple.com/news/?id=2t1chhp3|App Store submission requirement starts April 25]]
  
 +
 +==== Minimum requirements ====
 +Xcode 15.3 最低要求 macOS Sonoma 14 \\
 +Xcode 15.2 最低要求 macOS Ventura 13.5 \\
 +Xcode 14.2 最低要求 macOS Monterey 12.5 \\
 Xcode 13.4 最低要求 macOS Monterey 12 \\ Xcode 13.4 最低要求 macOS Monterey 12 \\
 Xcode 13.2 最低要求 macOS Big Sur 11.3 \\ Xcode 13.2 最低要求 macOS Big Sur 11.3 \\
 Xcode 13   最低要求 macOS Big Sur 11.3 \\ Xcode 13   最低要求 macOS Big Sur 11.3 \\
 [[https://developer.apple.com/support/xcode/|Minimum requirements and supported SDKs]] [[https://developer.apple.com/support/xcode/|Minimum requirements and supported SDKs]]
 +
 +
 +[[https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes|macOS Sonoma 14.4 Release Notes]] \\
 +**Overview** \\
 +The macOS 14.4 SDK provides support to develop apps for Mac computers running Sonoma 14.4. The SDK comes bundled with Xcode 15.3, available from the Mac App Store. For information on the compatibility requirements for Xcode 15.3, see Xcode 15.3 Release Notes.
 +
 +[[https://developer.apple.com/documentation/macos-release-notes/macos-13_5-release-notes|macOS Ventura 13.5 Release Notes]] \\
 +**Overview** \\
 +The macOS 13.3 SDK provides support to develop apps for Mac computers running Ventura 13.5. The SDK comes bundled with Xcode 14.3, available from the Mac App Store. For information on the compatibility requirements for Xcode 14.3, see Xcode 14.3 Release Notes.
 +===== - Apps Upload misc =====
 +
 +==== - Upload tool ====
 +
 +[[https://apps.apple.com/cn/app/transporter/id1450874784?l=en&mt=12|Transpoter]]
 +
 +
 +==== - Missing Compliance ====
 +
 +App Store 中 选择build的时候发现有“Missing Compliance” 警告。
 +
 +解决办法:在info.plist中, 加入App Uses Non-Exempt Encryption,值为NO,重新打包上传
 +
 +
 +==== - APP icon 不显示 ====
 +在 Targets -> Build Phases -> Copy Bundle Resources 添加Assets.xcassets文件夹。
 ===== - Links ===== ===== - Links =====
 +  - [[https://support.apple.com/zh-cn/102662|macOS系统镜像下载]]
   - [[https://developer.apple.com/download/all/?q=xcode|Xcode历史版本下载地址]]   - [[https://developer.apple.com/download/all/?q=xcode|Xcode历史版本下载地址]]
   - [[https://developer.apple.com/ios/submit/|苹果商店对xcode版本的要求]]   - [[https://developer.apple.com/ios/submit/|苹果商店对xcode版本的要求]]
   - [[https://developer.apple.com/cn/support/xcode/|Xcode最低要求和支持的 SDK]]   - [[https://developer.apple.com/cn/support/xcode/|Xcode最低要求和支持的 SDK]]
 +
 +==== - macOS ====
 +
 +  * [[macappstores://apps.apple.com/app/macos-ventura/id1638787999?mt=12|Ventura 13]]
 +
library/ios/dev.1663694026.txt.gz · Last modified: 2022/09/21 01:13 by lhaosen