We are building a custom iOS application using Guardian.swift SDK that can deliver push notifications to users. In our use case, we support multiple languages on the application but the problem is every time a user tries to log in Auth0 delivers the notification content in English.
According to the Apple Developer Documentation, we can modify the content in remote notifications before display by creating a Notification Service App Extension. But to modify the content the remote notification should contain "mutable-content": 1
in its payload, therefore we couldn’t modify the content. We would like to know any solutions for this. Thanks!
1 Like
Hi, did you find a solution to modify the push notification text?
Hi @sahanK and @carlos.castilla,
Welcome to the Auth0 Community!
Please see our documentation on localization options with the Guardian SDK: Auth0 Guardian Localization Options
Let me know if you have any additional questions after reviewing the above!
Thanks,
Mary Beth
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.