We have backend api needs to rely on the application to input version numbers for version switching. However, it takes more than 3-4 days for the application to produce a Beta version, and there’s also the possibility of failing the review process.
Can the IOS application review process be expedited? I want to achieve small, daily updates.
Additionally, I’d like to know, what methods are currently used in the industry, or actually exist, to unify the version numbers of frontend apps and backend web, and to update them simultaneously? Updating the backend web can be done quickly with a hotfix, but if I want the frontend app to also update quickly and have the same version, what other methods are there?




