Skip to content

Commit

Permalink
storekit view modifiers post format fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mecid committed Aug 2, 2024
1 parent 69a06d7 commit 84aa5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct ContentView: View {
}
}
```
Whenever you build a custom paywall in SwiftUI, you should use the `purchase` environment value to start an in-app purchase for the given product. The `purchase` environment value is available on all Apple platforms, allowing you to reuse the paywall.
Whenever you build a custom paywall in SwiftUI, you should use the *purchase* environment value to start an in-app purchase for the given product. The *purchase* environment value is available on all Apple platforms, allowing you to reuse the paywall.

```swift
struct PaywallView: View {
Expand Down

0 comments on commit 84aa5e4

Please sign in to comment.