Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > RateApplicationReminder > Documentation Bug

Not answered Documentation Bug

Feed from this thread
  • Posted on Mar 20, 2012 (permalink)

    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!

    Reply

  • Todor Todor admin's avatar

    Posted on Mar 21, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > RateApplicationReminder > Documentation Bug