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!
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!