First I don\'t know how to get the link before I submit my app, and if the link is for each country app store or is it universal?
Also I don\'t know if the way to do it
Now after iOS 10.3+
The SKStoreReviewController allows users to rate an app directly from within the app through a dialog box. The only downsite is that you can only request StoreKit to display the dialog, but can't be sure if it will.
import StoreKit
func requestToRate() {
SKStoreReviewController.requestReview()
}