{"id":24859529,"url":"https://github.com/kolbasa/cordova-plugin-google-play-services-version","last_synced_at":"2025-07-11T20:32:13.018Z","repository":{"id":107010608,"uuid":"204679558","full_name":"kolbasa/cordova-plugin-google-play-services-version","owner":"kolbasa","description":"This plugin provides the currently installed version of Google Play Services.","archived":false,"fork":false,"pushed_at":"2020-06-01T14:03:53.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T20:05:20.624Z","etag":null,"topics":["googleplayservice","update","update-checker","version","version-che","version-checker","version-control","version-manager"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kolbasa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-27T10:31:35.000Z","updated_at":"2020-06-01T14:03:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"d451ed75-a0f7-49be-b5e2-dc6399331ddb","html_url":"https://github.com/kolbasa/cordova-plugin-google-play-services-version","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kolbasa/cordova-plugin-google-play-services-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolbasa%2Fcordova-plugin-google-play-services-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolbasa%2Fcordova-plugin-google-play-services-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolbasa%2Fcordova-plugin-google-play-services-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolbasa%2Fcordova-plugin-google-play-services-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kolbasa","download_url":"https://codeload.github.com/kolbasa/cordova-plugin-google-play-services-version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kolbasa%2Fcordova-plugin-google-play-services-version/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892493,"owners_count":23679307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["googleplayservice","update","update-checker","version","version-che","version-checker","version-control","version-manager"],"created_at":"2025-01-31T20:31:34.402Z","updated_at":"2025-07-11T20:32:12.990Z","avatar_url":"https://github.com/kolbasa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordova Google Play Services Version\n\nThis plugin provides the currently installed version of Google Play Services.\n\nIn addition, it is able to ask the user to perform an update if the version is not sufficient.\n\nThere are plugins that require a certain version of Google Play Services, for example: [cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation).\n\nIt is helpful if you want to build a fallback solution or if you just want to inform the user why some functionality is missing.\n\n## Installation\n\n    cordova plugin add https://github.com/kolbasa/cordova-plugin-google-play-services-version\n\n## Usage\n\nQuery the version:\n```js\ncordova.plugins.playservices.getVersion(\n    function (oVersion) {\n        // success callback\n    },\n    function (err) {\n        // error callback\n    }\n);\n```\n\nExample result:\n```js\n{\n    versionName: '16.0.89 (040700-239467275)',\n    versionCode: 16089022,\n    lastUpdateTime: 1554936328000 // unix timestamp\n}\n```\n\nPrompting the user to update:\n```js\ncordova.plugins.playservices.showUpdateDialog(\n    function () {\n        // success callback\n    },\n    function (err) {\n        // error callback\n    }\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolbasa%2Fcordova-plugin-google-play-services-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolbasa%2Fcordova-plugin-google-play-services-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolbasa%2Fcordova-plugin-google-play-services-version/lists"}