Coder Social home page Coder Social logo

ergovia-devs / cordova-plugin-market Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmartlabs/cordova-plugin-market

0.0 2.0 0.0 87 KB

Cordova Plugin that allows you to access Google Play and Apple Store in your app

License: MIT License

Java 57.29% Objective-C 31.97% JavaScript 10.74%

cordova-plugin-market's Introduction

cordova-plugin-market

Cordova (PhoneGap) 3.0+ plugin to open an application on Google Play or iTunes. This plugin is compatible only with Android and iOS.

#Installation

This plugin follows the Cordova 3.0 plugin spec, so it can be installed through the Cordova CLI in your existing Cordova project:

cordova plugin add https://github.com/xmartlabs/cordova-plugin-market

#How to use it

When you want to open the device's store do this:

  • For Android use the app's package:

    cordova.plugins.market.open('your.app.package')

  • For iOS, first you need to create an easy-to-read link to your app using App Store Short Links, then use the app name

    cordova.plugins.market.open('yourappname')

This will open the link itms-apps://itunes.com/app/yourappname

You can also add a success and failure callback like this:

var appId = "...";
cordova.plugins.market.open(appId, {
  success: function() {
    // Your stuff here
  },
  failure: function() {
    // Your stuff here
  }
})

#Release Notes

Version 1.0

  • Initial release: support for open Google Play or iTunes with an Application ID

#Contact

If you are using cordova-plugin-market in your app and have any suggestion or question:

Gonzalo Melo, [email protected]

Miguel Revetria, [email protected]

@xmartlabs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.