[SKStoreReviewController requestReview]

I would like to add rating prompt, which was pop-up when my app will enter background,

whether i have to insert this [SKStoreReviewController requestReview] of code in the

AppDelegate, in the - (void)applicationDidEnterBackground:(UIApplication *)application?