Skip to content

Commit

Permalink
Link to LinksKit in App Review Checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 24, 2024
1 parent 06f3fec commit 89a169d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/FreemiumKit/FreemiumKit.docc/AppReviewChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ This checklist helps developers using FreemiumKit to navigate Apple's app review
- Within Your App:
- Add a link for Privacy and Terms in settings menu or Help menu (Mac)
- For iOS, example code:
- Consider using my open-source package [LinksKit](https://github.com/FlineDev/LinksKit) for a great solution
- Or manually use code like this for iOS:
```swift
import SwiftUI
Expand All @@ -80,7 +81,7 @@ This checklist helps developers using FreemiumKit to navigate Apple's app review
}
}
```
- For macOS, example code:
- Or this for macOS:
```swift
import SwiftUI
Expand Down

0 comments on commit 89a169d

Please sign in to comment.