iOS Apple Developer App Guidelines -
i've read through apple's ios app submission guidelines, although question more in regards rules (if applicable) after it's been approved.
basically i'd know if developer allowed disable functionality in older version of app user forced upgrade newer version? include making user download separate app (that functionality in old version) in process.
is allowable, or there says that's against guidelines/rules? if knows answer , provide source of info great. thx.
you can't force user upgrade app if want or there no other option can launch app store users can latest version there. or can display ui nothing except giving update option!!
[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:ituneslink]]; //your app's itunes link open when user open app
you can refer apple forums , can check this answer.
hope :)
Comments
Post a Comment