I am building and app and I included in my app a "Rate us" alert.Everything works,I added actions to the buttons and stuff.The problem is that when I press the "Rate now" button it should take me to my app in the app store.As I did not published my app yet,what URL should I write there? At the "Rate now" button I have this action :
UIApplication.sharedApplication().openURL(NSURL(string : "
Could somebody help me telling me what link should I write there?Thank you a lot!