This is a migrated thread and some comments may be shown as answers.

Documentation Bug

1 Answer 74 Views
RateApplicationReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matthew
Top achievements
Rank 1
Matthew asked on 20 Mar 2012, 12:38 PM
The documentation says to initialize the ApplicationUsageHelper class like this:

private void ApplicationLaunching(object sender, LaunchingEventArgs e)
{
    ApplicationUsageHelper.Init("1.0.0");
}

Well, if you run the .Notify() method of the RadRateApplicationReminder in any .Loaded event of a PhoneApplicationPage it fails due to the former helper not being initialized when you're coming back to the app from a tombstone (force it in the debug tab of the project properties to see).

Just a heads up!

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 21 Mar 2012, 03:57 PM
Hello Matthew,

Thank you for contacting us.

Your remark is correct. The temporary workaround is to add the Init method of the ApplicationUsageHelper once again in Application_Activated. We are going to investigate a little further and decide whether the issue is in the behavior of the ApplicationUsageHelper or it is only in the documentation.

I have added 1000 points to your account for your cooperation.

Greetings,
Todor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RateApplicationReminder
Asked by
Matthew
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or