You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE
iRate.sharedInstance().messageTitle = NSLocalizedString("Rate MyApp", comment: "TITLE TEST")
iRate.sharedInstance().message = NSLocalizedString("If you like MyApp, please take the time, etc", comment: "TITLE MESSAGE")
I have added code in didFinishLaunch
iRate.sharedInstance().messageTitle = "TITLE TEST"
iRate.sharedInstance().message = "TEST MESSAGE"
Its showing still its default message
UPDATE
iRate.sharedInstance().messageTitle = NSLocalizedString("Rate MyApp", comment: "TITLE TEST")
iRate.sharedInstance().message = NSLocalizedString("If you like MyApp, please take the time, etc", comment: "TITLE MESSAGE")
Stil Not working
@nicklockwood : Please Help
The text was updated successfully, but these errors were encountered: