Skip to content

Instantly share code, notes, and snippets.

@raulriera
raulriera / NappUI.js
Created July 12, 2013 14:21 — forked from viezel/NappUI.js
Missing the function statement
// We need to add the following proxies to our project before Napp UI works.
// This is due to some limitations of the Titanium Module SDK
// Please run this after you require the
exports.initNappUI = function() {
require('dk.napp.ui'); // require the module
// window and tabs
var win1 = Ti.UI.createWindow();
// RATER MODULE for Appcelerator Titanium
/*
WHAT IS IT:
Create a cycling reminder to go rate your app at the App Store. Tracks
the app launch count, and reminds the user every 20 launches (configurable) to
rate the app, with a click to launch the app page in the App Store.
Reminders stop if the user clicks the "Rate Now" or "Don't Remind Me" options.
USAGE: