. How To Use Request App Review With SwiftUI 4? – iappstop-Today's Technology

How To Use Request App Review With SwiftUI 4?

How To Use Request App Review With SwiftUI 4?

swiftui 4

Hello, in this article you can find out how to use the request review process that we have enabled SwiftUI 4 to give stars from in-app users.

Now you can enable SwiftUI to review from in-app users in a simple and seamless way.

struct RequestReviewExample: View {

    @Environment(\.requestReview) var requestReview

    var body: some View {
        Button("Request review app ") {
            requestReview()
        }
    }
}

2 comments

comments user
keno

its working

comments user
keno

omg its working

Post Comment