Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

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

Discussion in 'Windows' started by yurilin1, Sep 18, 2013.

  1. yurilin1

    yurilin1

    Joined:
    May 22, 2013
    Posts:
    102
    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.:cool:
    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.:cool:
     

    Attached Files:

  2. tmanallen

    tmanallen

    Joined:
    Nov 8, 2009
    Posts:
    395
    Thanks for this will test it out and let you know what happens