OneSignal / OneSignal-iOS-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Other
494 stars 263 forks source link

Cancel button localization #89

Closed duduBaiao closed 8 years ago

duduBaiao commented 8 years ago

Hi!

There is a way to localize the "Close" button caption?

It seems that this is not simple thing to do on static libraries, but if you create a bundle, we can just include a translated one in our apps.

JKalash commented 8 years ago

Hi there,

We currently do not offer support for cancel button localization. Alternatively, you could pass within the init settings: kOSSettingsKeyInFocusDisplayOption : @(None) and override the OSHandleNotificationReceivedBlock to display your custom UIAlertView instead.

Thanks.