You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload to TestFlight with distribute_external: true and specify the groups, if I change the version number, Apple requires a new review. After a successful upload, we need to know if the current version is under review. This way, when we send notifications via webhook, we can clearly inform testers whether it's under review or not.
How can I check if the current uploaded version is under review?
The text was updated successfully, but these errors were encountered:
When I upload to TestFlight with
distribute_external: true
and specify thegroups
, if I change the version number, Apple requires a new review. After a successful upload, we need to know if the current version is under review. This way, when we send notifications via webhook, we can clearly inform testers whether it's under review or not.How can I check if the current uploaded version is under review?
The text was updated successfully, but these errors were encountered: