premium: enlaces a privacidad y terminos (EULA) en los flujos de compra
Guideline 3.1.2(c): Apple rechazo la 2.0.5 (77) por no tener enlaces funcionales a la politica de privacidad y los terminos de uso dentro del paywall. Anadidos en PremiumView y en el paywall del onboarding (mealmood.app/privacy.html y terms.html), y ambos enlaces al final de la descripcion del App Store en los 6 idiomas. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013H6bXqGX1ygwib1Dm3n3UG
This commit is contained in:
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Schon gekocht";
|
||||
"shopping_have_it" = "Hab ich";
|
||||
"shopping_at_home_section" = "Schon zu Hause";
|
||||
"premium_privacy_link" = "Datenschutzrichtlinie";
|
||||
"premium_terms_link" = "Nutzungsbedingungen (EULA)";
|
||||
|
||||
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Already made";
|
||||
"shopping_have_it" = "Have it";
|
||||
"shopping_at_home_section" = "Already at home";
|
||||
"premium_privacy_link" = "Privacy Policy";
|
||||
"premium_terms_link" = "Terms of Use (EULA)";
|
||||
|
||||
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Ya está hecho";
|
||||
"shopping_have_it" = "Ya lo tengo";
|
||||
"shopping_at_home_section" = "Ya en casa";
|
||||
"premium_privacy_link" = "Política de privacidad";
|
||||
"premium_terms_link" = "Términos de uso (EULA)";
|
||||
|
||||
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Déjà préparé";
|
||||
"shopping_have_it" = "Je l'ai déjà";
|
||||
"shopping_at_home_section" = "Déjà à la maison";
|
||||
"premium_privacy_link" = "Politique de confidentialité";
|
||||
"premium_terms_link" = "Conditions d'utilisation (CLUF)";
|
||||
|
||||
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Già pronto";
|
||||
"shopping_have_it" = "Ce l'ho già";
|
||||
"shopping_at_home_section" = "Già a casa";
|
||||
"premium_privacy_link" = "Informativa sulla privacy";
|
||||
"premium_terms_link" = "Termini di utilizzo (EULA)";
|
||||
|
||||
@@ -443,3 +443,5 @@
|
||||
"shopping_exclude_dish" = "Já está pronto";
|
||||
"shopping_have_it" = "Já tenho";
|
||||
"shopping_at_home_section" = "Já em casa";
|
||||
"premium_privacy_link" = "Política de privacidade";
|
||||
"premium_terms_link" = "Termos de uso (EULA)";
|
||||
|
||||
@@ -60,6 +60,22 @@ struct PaywallStepView: View {
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
.accessibilityIdentifier("onboarding_cta_paywall_skip")
|
||||
|
||||
// Required by guideline 3.1.2(c) in every purchase flow.
|
||||
HStack(spacing: 16) {
|
||||
Link(destination: URL(string: "https://mealmood.app/privacy.html")!) {
|
||||
Text("premium_privacy_link")
|
||||
.font(.mealMoodCaption)
|
||||
.underline()
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
Link(destination: URL(string: "https://mealmood.app/terms.html")!) {
|
||||
Text("premium_terms_link")
|
||||
.font(.mealMoodCaption)
|
||||
.underline()
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 24)
|
||||
.padding(.bottom, 24)
|
||||
|
||||
@@ -137,7 +137,24 @@ struct PremiumView: View {
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
.multilineTextAlignment(.center)
|
||||
.padding(.horizontal, 24)
|
||||
.padding(.bottom, 24)
|
||||
|
||||
// Required by guideline 3.1.2(c): functional links to the
|
||||
// privacy policy and Terms of Use inside the purchase flow.
|
||||
HStack(spacing: 16) {
|
||||
Link(destination: URL(string: "https://mealmood.app/privacy.html")!) {
|
||||
Text("premium_privacy_link")
|
||||
.font(.mealMoodCaption)
|
||||
.underline()
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
Link(destination: URL(string: "https://mealmood.app/terms.html")!) {
|
||||
Text("premium_terms_link")
|
||||
.font(.mealMoodCaption)
|
||||
.underline()
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 24)
|
||||
}
|
||||
.safeAreaPadding(.bottom, 20)
|
||||
}
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (monatliches Abo)
|
||||
|
||||
Verfügbar auf Englisch, Spanisch, Französisch, Deutsch, Italienisch und Portugiesisch.
|
||||
|
||||
Nutzungsbedingungen (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Nutzungsbedingungen (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (monthly subscription)
|
||||
|
||||
Available in English, Spanish, French, German, Italian and Portuguese.
|
||||
|
||||
Terms of Use (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Terms of Use (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (suscripción mensual)
|
||||
|
||||
Disponible en inglés, español, francés, alemán, italiano y portugués.
|
||||
|
||||
Términos de uso (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Términos de uso (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (abonnement mensuel)
|
||||
|
||||
Disponible en anglais, espagnol, français, allemand, italien et portugais.
|
||||
|
||||
Conditions d'utilisation (EULA) : https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Conditions d'utilisation (EULA) : https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (abbonamento mensile)
|
||||
|
||||
Disponibile in inglese, spagnolo, francese, tedesco, italiano e portoghese.
|
||||
|
||||
Termini di utilizzo (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Termini di utilizzo (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
@@ -44,4 +44,7 @@ PREMIUM (assinatura mensal)
|
||||
|
||||
Disponível em português, espanhol, inglês, francês, alemão e italiano.
|
||||
|
||||
Termos de Uso (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
Termos de Uso (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
|
||||
|
||||
Terms of Use (EULA): https://mealmood.app/terms.html
|
||||
Privacy Policy: https://mealmood.app/privacy.html
|
||||
|
||||
Reference in New Issue
Block a user