I'm developing an already existing project that is mismatching versions between released app on Apple Store Connect (8.x.x) and .xcodeproj file (21.x.x).
I was trying to accomplish this based on this solution
But It can't be done for itunes API does not return build version or build number. And can't find installed release version from code. Solution above returns version from .xcodeproj file (21.x.x) in code.
- Is there a way to get corresponding installed version from AppStore by code?
- Or, can I jump to release version 21.x.x in the AppStore to match the .xcodeproj file version without get into trouble with Apple or technically-speaking?