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

TrialFeatureReminder sample code

6 Answers 53 Views
TrialFeatureReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eitan
Top achievements
Rank 1
Eitan asked on 31 Mar 2013, 06:28 AM

Hi,
Can you please point me to a sample application that uses this control.

Thanks
EitanB

6 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 01 Apr 2013, 12:40 PM
Hi Eitan,

Thank you for contacting us.

I can point you to this blog post that explains the basics in RadTrialFeatureReminder. I have also attached a sample application that can show you what is the expected behavior when using this control. Run the application. Then press the feature button to use the functionality. You will see the MessageBox demonstrating the functionality (in this case with FeatureId 20, because this property is set in App.xaml.cs and you can change it if you want to see the example again). You will not see a reminder because in App.xaml.cs we have:
Reminder.FreeUsageCount = 1;
Then press the feature button again. You will see the MessageBox again, but you will also be reminder that it is a trial. Press the feature button again. The scenario will repeat but one last time since its the third time you press the button and:
Reminder.AllowedTrialUsageCount = 3;

Now when you press the feature button you will only get a reminder that the trial has expired and you won't be able to see the MessageBox with the feature.

I hope this information clarifies the use of RadTrialFeatureReminder.

All the best,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Robert
Top achievements
Rank 2
answered on 03 Apr 2013, 12:40 AM
Will the Trial reminder stop when the user purchases the app from the app store? Or do I need to validate the app was purchased? This question isn't specifically for the RadTrialFeatureReminder but the RadTrialReminder control.

Thanks
0
Todor
Telerik team
answered on 03 Apr 2013, 10:34 AM
Hello Robert,

Yes, the reminder will stop when the user purchase the application from the store.

Kind regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
George
Top achievements
Rank 1
answered on 25 Jan 2014, 07:26 AM
Hi, 

What would happen if the user uninstalls an application after the trial period has expired, and then installs it again? Is it correct to assume that the same process logic would commence from the start, that is the app will again be in trial mode and so on, effectively allowing someone to never purchase the app post the end of the trial period by means of uninstalling and re installing the app?

0
Kiril Stanoev
Telerik team
answered on 29 Jan 2014, 01:41 PM
Hello Eitan,

Indeed, this process can be abused. Here's a nice article on trial practices in windows phone.

Regards,
Kiril Stanoev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peek previews directly from the developers working on the UI for Windows Phone, subscribe to the blog feed now.
0
Ivan
Top achievements
Rank 1
answered on 15 Aug 2014, 03:07 PM
Hi! Could you please have a look on my problem? http://www.telerik.com/forums/trialapplicationreminder-not-working-e0738f43b722
Tags
TrialFeatureReminder
Asked by
Eitan
Top achievements
Rank 1
Answers by
Todor
Telerik team
Robert
Top achievements
Rank 2
George
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Ivan
Top achievements
Rank 1
Share this question
or