SKStoreReviewController implementation memo in Swift UI of iOS14

environment

Implementation example

     import StoreKit

     if let windowScene = UIApplication.shared.windows.first?.windowScene {
          SKStoreReviewController.requestReview(in: windowScene)
     }

This is all you need for Swift UI Please note that this writing is from iOS 14.0. https://developer.apple.com/documentation/storekit/skstorereviewcontroller/3566727-requestreview

Remarks

The app has been released! Please install it if you like. Toranpo

I started Twitter! Please follow me if you like. @yajima_tohshu

Recommended Posts

SKStoreReviewController implementation memo in Swift UI of iOS14
In Swift UI of iOS14, scrolling process of list can be controlled by code
[Swift] Save Color to User Defaults in Swift UI (memo)
[Swift] Simple implementation of UIImageView
[Swift] Implementation of ultra-simple billing
Photo library in Swift UI
Implementation of gzip in java
Implementation of tri-tree in Java
Implementation of HashMap in kotlin
How to change BackgroundColor etc. of NavigationBar in Swift UI
Implementation of ls command in Ruby
[Swift] Acquisition of IDFA on iOS14
Create Master Detail in Swift UI
Implementation of asynchronous processing in Tomcat
Implementing side menus in Swift UI
Implementation of like function in Java
[Swift UI] How to get the startup status of the application [iOS]
Customize View with View Modifier in Swift UI
[GCD] Basics of parallel programming in Swift
[Swift 5] Implementation of membership registration with Firebase
Implementation of multi-tenant asynchronous processing in Tomcat
Find an approximation of cosx in Swift
Implementation of digit grouping in flea market apps
[Rails] Implementation of retweet function in SNS application
[Rails] Implementation of "notify notification in some way"
Implementation of search function Learning memo (portfolio creation)
[Swift UI] How to disable ScrollsToTop of ScrollView
Order of modifiers used in Swift (see SwiftLint)
Swift UI 100 knocks
[Java] Implementation method memo to set WS-Security Username Token in SOAP Stub of axis2
Implementation of GKAccessPoint
iOS app development: Timer app (7. Implementation of alarm sound selection)
Implementation of asynchronous processing for single tenant in Tomcat
Review the multilingual support (i18n) of the ios app in 3 minutes
[Swift] This is the solution! Illustration of Delegate implementation
Find the approximate value of log (1 + x) in Swift
Display 3D objects of SceneKit with Swift UI, etc.
iOS app development: Timer app (5. Implementation of alarm and vibration)