MacOS 和 iOS app 的版本号冲突

📰 Dev.to · Ting

Learn to resolve version number conflicts between MacOS and iOS apps when uploading to the Mac App Store

intermediate Published 9 Aug 2024
Action Steps
  1. Check the version numbers of your MacOS and iOS apps to ensure they are not identical
  2. Use the 'bundle version' and 'marketing version' to differentiate between the two versions
  3. Configure your Xcode project to use a unique version number for the MacOS app
  4. Test and verify that the daily build can be uploaded to the Mac App Store without errors
  5. Apply the same versioning strategy to other cross-platform apps to avoid similar conflicts
Who Needs to Know This

Developers and engineers working on cross-platform apps will benefit from this lesson, as it helps resolve common versioning issues

Key Insight

💡 Use unique version numbers for MacOS and iOS apps to avoid upload errors to the Mac App Store

Share This
🚀 Resolve MacOS and iOS app version conflicts with these simple steps! 📈

Full Article

最近新发布了一个由原先iOS代码库改动而来的Mac Catalyst macOS app。自从登上Mac App Store以来,daily build就上传不了了,提示如下的错误: This...
Read full article → ← Back to Reads