{"id":19816745,"url":"https://github.com/welldone-software/cordova-plugin-app-info","last_synced_at":"2026-05-14T19:35:50.738Z","repository":{"id":16216025,"uuid":"18963138","full_name":"welldone-software/cordova-plugin-app-info","owner":"welldone-software","description":"A cordova (phonegap) plugin exposing application information (version, technical and display name, debug mode etc)","archived":false,"fork":false,"pushed_at":"2014-04-20T14:14:48.000Z","size":128,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-26T04:34:10.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welldone-software.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-20T11:27:13.000Z","updated_at":"2016-11-30T05:26:46.000Z","dependencies_parsed_at":"2022-09-15T03:21:04.575Z","dependency_job_id":null,"html_url":"https://github.com/welldone-software/cordova-plugin-app-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fcordova-plugin-app-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fcordova-plugin-app-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fcordova-plugin-app-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welldone-software%2Fcordova-plugin-app-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welldone-software","download_url":"https://codeload.github.com/welldone-software/cordova-plugin-app-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241170236,"owners_count":19921571,"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":[],"created_at":"2024-11-12T10:10:31.073Z","updated_at":"2026-05-14T19:35:50.707Z","avatar_url":"https://github.com/welldone-software.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"cordova-plugin-app-info\n===\n\nGet information about the native application wrapping your html app, such as the app version, name, displayName and build (debug/release) status.\n\nSupported platfroms\n===\n+ Cordova command line \u003e= 3.0.\n+ Android and iOS. WP8 is on its way.\n\nUsage\n===\n\n```JavaScript\nwindow.cordova.getAppInfo(\n\tfunction(info){\n    \talert(\n    \t\t\t'Is Debug: ' + info.debug \n    \t\t+ ', Display Name: ' + info.displayName \n    \t\t+ ', Technical Name: ' +  info.name \n    \t\t+ ', Version: ' + info.version\n    \t);\n\t}, function(err){\n\t    alert(err);\n\t}\n);\n```\n\nInstallation\n===\n```bash\ncordova plugins add 'https://github.com/welldone-software/cordova-plugin-app-info.git'\n```\n\niOS quriks\n===\nThe `debug` property on ios is set at compile time using the preprocessor symbol `DEBUG` as follows.\n\n```ObjC\n    BOOL debug = NO;\n#ifdef DEBUG\n    debug = YES;\n#endif\n```\n\nIf the `DEBUG` preprocessor symbol is not defined in your debug builds, you will always get a value of false.\nPlease make sure the symbol is available or add it yourself. See [Apple Build Setting Docs on 'Preprocessor Macros'](https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW13).\n\nLicense\n===\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelldone-software%2Fcordova-plugin-app-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelldone-software%2Fcordova-plugin-app-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelldone-software%2Fcordova-plugin-app-info/lists"}