I am trying from the last 3 hours but not able to find any method to localize it. I am using iOS 10.0 means UNUserNotificationCenter. I want to localize it in Spanish-Mexico(es-MX) Language.
Turn on notifications for Android devicesTap More on the bottom navigation bar and select Settings. Tap Turn on notifications. Tap Notifications. Tap Show notifications.
No, this is system message, you can't change to custom.
Google announced last week that in Android 13, apps will have to ask permission before they'll be able to send push notifications. All newly-installed apps will have to get user permission before they can send notifications, while existing apps will get grandfathered in after a short grace period.
The only post I have found is Customizing the iOS permission dialog for push notifications Unfortunately, it is not possible to change the text / localisation of the message.
You won't see any change in system alert when you run the app in the simulator it will be in English try running it in a real device after changing device language. Now the system alert for push notification will be in device language. Hope it helps:)
You need to add the following lines into Info.plist
:
<key>CFBundleDevelopmentRegion</key>
<string>en,ru</string>
Value must contain at least two languages (it doesn't matter which ones).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With