6

I set my iOS Simulator (13.5) to German language for my app, which is fully localized:

enter image description here

But when I start my app up, I still get this dialog in English when asking for notification privileges:

enter image description here

I thought my Info.plist was fully localized. What am I missing here to make this dialog appear in German?

Ethan Allen
  • 14,425
  • 24
  • 101
  • 194

1 Answers1

0

I filed a bug with Apple about this problem. Apple recently got back to me and said they’ve fixed it in Xcode 14 (with iOS 16). I’ve gone ahead and tested and confirmed that Xcode 14 does indeed fix it.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Ethan Allen
  • 14,425
  • 24
  • 101
  • 194
  • I have same issue with my app. I'm on iOS 16, and xcode 14 but still for notification permission dialog is in english only when I change app's preferred language in settings – Ali Mar 16 '23 at 00:15
  • On device or on simulator? – Ethan Allen Mar 17 '23 at 04:45
  • on both simulator and device. I found that changing preferred language doesn't affect notification permission. it only works when you change whole OS language – Ali Mar 18 '23 at 05:44
  • File another bug with Apple. Mine bug was specifically related to "whole OS language". – Ethan Allen Mar 18 '23 at 18:19