I have an IOS app on the app store that was built with XCode. Unfortunately, I used a numeric to start the 3rd component of the Bundle ID. i.e. com.company.30YayMe
Now I'm rebuilding the app in Codename One (with the intent of replacing the existing app), and the package name can't have an initial numeric (30Yayme).
When I try to send an IOS Debug Build, I get the expected error message of 'Provisioning profile does not match bundle identifier...'
Not sure what to do here.