Post

Replies

Boosts

Views

Activity

.appStoreOverlay for App Clips
Hi there, Is there any particular configuration we need to add to our App Clips to be able to use the appStoreOverlay modifier? I've been using the snippet from the sample Fruta project and it simply doesn't work no matter what I try so far.      I appreciate any ideas or suggestions.     @State var presentingAppStoreOverlay: Bool = true Text("App Store Overlay")               .hidden()               .appStoreOverlay(isPresented: $presentingAppStoreOverlay) {                   SKOverlay.AppClipConfiguration(position: .bottom)               } Thanks!
3
0
1.1k
Sep ’20