Pls see the code.. if I dont use [iRate sharedInstance].appStoreID will that be ok? I will only use
+ (void)initialize
{
//configure iRate
[iRate sharedInstance].applicationBundleID = com.companyblah.appblah;
}
can it redirect to my app just by using this code when I upload this to appstore? you see my app isnt uploaded yet so it doesnt have an appStoreID for me to put in.
sorry for being a noob