I have been going through this strange issue and have no clue what’s going on! I have my application in Appstore live. When I update an application, I increment the version counter(2.0 -> 2.1 for example) before resubmitting an app. I get message from Apple that my application is reviewed and live on AppStore but my application doesn’t appear on AppStore updates list! Could anyone please get me to right direction. Is it something to do with Apple side or something wrong in my code?
Thanks.
I figured this out! I have already automatic updates feature added in my App which automatically gets the contents from my website when I add new content and increment the version so I don’t need to resubmit the application. When application needs to be resubmitted I shouldn’t update the version on my website else existing app was getting that version information automatically and my application wasn’t getting listed in updates list!
I am not 100% sure if this was the case but now everything works fine! If I get chance to reproduce this behaviour in next app’s update then I will confirm it and update here.
Thanks!