2025-01-05, 02:26 AM
@niels I think it would be beneficial and interesting for the community to understand what happens after you push an update to the app stores.
After you push an update to the app stores, several processes typically occur:
Submission Review: The app store (like Apple's App Store or Google Play) will review the update to ensure it complies with their guidelines and policies. This can take anywhere from a few hours to several days, depending on the store and the complexity of the update.
Testing: The app store may run automated tests to check for crashes, performance issues, and compliance with technical requirements. They may also conduct manual testing for certain types of updates.
Approval or Rejection: If the update passes the review, it will be approved and made available to users. If there are issues, the update may be rejected, and you will receive feedback on what needs to be fixed.
Release: Once approved, the update is published to the app store. Users will be notified of the new version, and it will be available for download or automatic updates, depending on their settings.
Some users receive updates first due to a staged rollout strategy, where developers gradually release the update to a small percentage of users to monitor for issues before a wider release. This approach helps identify potential bugs or performance problems in a controlled environment, allowing developers to address any issues before the update reaches all users.
Would you say this is correct?
After you push an update to the app stores, several processes typically occur:
Submission Review: The app store (like Apple's App Store or Google Play) will review the update to ensure it complies with their guidelines and policies. This can take anywhere from a few hours to several days, depending on the store and the complexity of the update.
Testing: The app store may run automated tests to check for crashes, performance issues, and compliance with technical requirements. They may also conduct manual testing for certain types of updates.
Approval or Rejection: If the update passes the review, it will be approved and made available to users. If there are issues, the update may be rejected, and you will receive feedback on what needs to be fixed.
Release: Once approved, the update is published to the app store. Users will be notified of the new version, and it will be available for download or automatic updates, depending on their settings.
Some users receive updates first due to a staged rollout strategy, where developers gradually release the update to a small percentage of users to monitor for issues before a wider release. This approach helps identify potential bugs or performance problems in a controlled environment, allowing developers to address any issues before the update reaches all users.
Would you say this is correct?