MacOS 和 iOS app 的版本号冲突
📰 Dev.to · Ting
Learn to resolve version number conflicts between MacOS and iOS apps when uploading to the Mac App Store
Action Steps
- Check the version numbers of your MacOS and iOS apps to ensure they are not identical
- Use the 'bundle version' and 'marketing version' to differentiate between the two versions
- Configure your Xcode project to use a unique version number for the MacOS app
- Test and verify that the daily build can be uploaded to the Mac App Store without errors
- 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...
DeepCamp AI