I removed my application from app store 4 days back.
and now I am trying to delete app ID that is associated with it, but I am getting error as below:
"your app ID "xyz" appears to be in use by the app store, so it can not be removed at this time"
how can I resolve this and delete app ID successfully?
Post
Replies
Boosts
Views
Activity
I have an ios application where I have a tab and a container view.
Container view changes according to the tab I have selected.
Issue I am facing is that that my table view shows all cells properly in older iphones(iphone with home button), while in newer iphones(iphone with home bar), table view doesn't scroll till the end and hides bottom cell.
I have tried adding all necessary constraints and content insets, but still it is giving me same issue
I have different class for tabBar, tabBar+containerView, and all related view controllers based on tab selected.
Please help me find the solution to this.
Thanks