ios - How to get rate this app link to your iPhone App -


this question has answer here:

i making simple iphone app. need link rate app. not getting how link. can me solve issue?

you can use this

    nsstring *rateappurl = @"itms-apps://itunes.apple.com/webobjects/mzstore.woa/wa/viewcontentsuserreviews?id=apple_id&onlylatestversion=true&pagenumber=0&sortordering=1&type=purple+software";      [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:rateappurl]]; 

you can apple_id itunesconnect.

you need go application information application identifier apple id provided.

hope helps you.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -