Wizcorp / phonegap-plugin-iRate

PhoneGap plugin for customer/client app rating. [iOS ONLY]
MIT License
7 stars 6 forks source link

phonegap-plugin-iRate

Description

PhoneGap plugin for customer/client app rating. [iOS ONLY]

Usage

iRate.launch(Object options, Function success, Function failure);

Default values are listed below.


    var args = {
        appStoreID: your_app_id,    // REQUIRED
        debug: true,                // optional
        promptAtLaunch: false,      // optional
        usesUntilPrompt: 10,        // optional
        eventsUntilPrompt: 10,      // optional
        daysUntilPrompt: "3.0f",    // optional
        remindPeriod: "2.0f",       // optional
        messageTitle: "Enjoy Rate it",      // optional
        message: "Your message goes here",  // optional
        cancelButtonLabel: "No, Thanks",        // optional
        remindButtonLabel: "Remind Me Later",   // optional
        rateButtonLabel: "Rate It Now"      // optional
    };

    iRate.launch(args);