-
Notifications
You must be signed in to change notification settings - Fork 6
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
iPhone Debug and simulator not work?must release at itunes Store? #2
Comments
It works on my machine. Did you set settings.Debug to true when checking? |
i follow your step. 在 2012-10-22,上午12:10,chebum [email protected] 写道: It works on my machine. Did you set settings.Debug to true when checking? — |
Hi, As far as I can see, it appears correctly: http://i.imgur.com/oEJ9l.png AppiraterSettings settings = new AppiraterSettings (123454656);
settings.AppName = (NSString) NSBundle.MainBundle.InfoDictionary.ObjectForKey (new NSString ("CFBundleDisplayName"));
settings.Message = string.Format ("Rate-Message".t (), settings.AppName);
settings.MessageTitle = string.Format ("Rate-Title".t (), settings.AppName);
settings.CancelButton = "Rate-CancelButton".t ();
settings.RateButton = string.Format ("Rate-RateButton".t (), settings.AppName);
settings.RateLaterButton = "Rate-RateLaterButton".t ();
settings.DaysUntilPrompt = 7;
settings.UsesUntiPrompt = 5;
#if DEBUG
settings.Debug = true;
#endif
appirater = new Appirater (settings); Please try to copy it entirely and see if this solves the problem. If it doesn't, prepare a sample project that reproduces the problem and send it to me. There should be no extra stuff like ORM, 3rd party libraries, etc. Just the code you use to setup appirater and it should show the problem. Thanks, |
work now thx£¡ 2012/10/22 chebum [email protected]
|
iPhone Debug and simulator not work?must release at itunes Store?
The text was updated successfully, but these errors were encountered: