Free plugin ,maybe you need it.For Detect trial mode and for rate your app in wp8

unzip the file and put the folder into your asset path( like asset/plugins)
detect trial mode:
bool istrial = UnityPluginForWindowsPhone.Class1.IsTrial;

rate and reivew:
UnityPluginForWindowsPhone.Class1.rateAndReview();

It’s an easy job.So try it.:sunglasses:
If it doesnt work please tell me.

The default trial mode is true.Why not use false because I think if you make a mistake won’t cause you let the people play free.:sunglasses:

1361573–67798–$Plugins.rar (6.7 KB)

Thanks for this will test it out and let you know what happens