mobile-web-messaging/MQTTKit

Using Invalid Versioning numbers causes rejection when submitting to app store

Opened this issue · 0 comments

Hello,

I was trying to submit to the app store via Xcode organizer and it kept stating that I had an invalid CFBundleShortVersion number (0.1.0-next). After investigating the issue (considering my project version and build was 1.3.2 build 1) I noticed that you guys use an invalid versioning system (invalid in the eyes of apple).

This doesn't affect anything except when uploading to the app store. More like an FYI

If anyone else is having this issue, simply navigate to the Pods project, select the MQTT target and change the version number from 0.1.0-next to 0.1.0 or whatever arbitrary number you want so long as it's valid in Apple's eyes.