Is there some mechanism (like a web hook or an endpoint that I can poll) to know when my app becomes available on the Apple store?
I want to use this to trigger some other processes.
I have seen the iTunes api here, and I assume I can setup a script to poll this endpoint every hour or something for different regions that my app is available in, and I have also seen that the App store connect has an API, but I'm not sure if this will give me what I need.
Any ideas? Preferably a Web hook.