Wednesday, 12 February 2014

found a useful tip for asking user to review your app


i found useful pieces of code can let request user review app. share here.

code:
  nsstring *str = @"itms-apps://ax.itunes.apple.com/webobjects/mzstore.woa";              str = [nsstring stringwithformat:@"%@/wa/viewcontentsuserreviews?", str];               str = [nsstring stringwithformat:@"%@type=purple+software&id=", str];              str = [nsstring stringwithformat:@"%@493860607", str];                             [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:str]];  
 

perhaps explain how type , id determined.
 


Forums iPhone, iPad, and iPod Touch iOS Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

No comments:

Post a Comment