-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic link for Rate the App #564
Dynamic link for Rate the App #564
Conversation
@@ -216,7 +216,8 @@ struct Settings: View { | |||
Section("Misc".localized) { | |||
Button("Feedback".localized) { UIApplication.shared.open(URL(string: "mailto:[email protected]")!) } | |||
Button("Rate the App".localized) { | |||
let url = URL(string: "itms-apps://itunes.apple.com/us/app/kiwix/id997079563?action=write-review")! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BPerlakiH Please replace the App store ID using Brand.appstoreId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tvision251 I am not sure if I understand your point here.
With these changes the value from Brand.appStoreId
is used.
@BPerlakiH can you please rebase on git main head? |
this PR not to be merged directly |
No longer needed |
Fixes #554
Blocked by #520