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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -