Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Swift : Message and Message Title are not working #308

Open
Abhishek-NickelFox opened this issue Aug 28, 2017 · 0 comments
Open

iOS Swift : Message and Message Title are not working #308

Abhishek-NickelFox opened this issue Aug 28, 2017 · 0 comments

Comments

@Abhishek-NickelFox
Copy link

Abhishek-NickelFox commented Aug 28, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant