私はUIAlertView
あなたにアプリストアでアプリケーションを評価するように頼むこのコードで示すものを持っています。
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Rate on the Appstore!"
message:@""
delegate:self
cancelButtonTitle:@"Later"
otherButtonTitles:@"OK", nil];
[alert show];
[alert release];
しかし、 AppStoreのアプリに移動する[OK]ボタンにアクションを追加する方法がわかりません。