cordova-plugin-ios-app-group-path
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

cordova-plugin-ios-app-group-path

This plugin has a single function to return the path for specified app group in iOS, Which is useful when the app has multiple targets and want to share files between targets using cordova-plugin-file.

Installation

cordova plugin add cordova-plugin-ios-app-group-path

Quick Example

document.addEventListener('deviceready', onDeviceReady, false);
function onDeviceReady() {
    AppGroupPath.getPath(
        'group.com.app',
        (path) => console.log(path),
        (error) => console.log(error)
    );
};

Supported Platforms

  • iOS

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.01latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.01
0.2.01
0.1.01

Package Sidebar

Install

npm i cordova-plugin-ios-app-group-path

Weekly Downloads

3

Version

0.3.0

License

Apache-2.0

Unpacked Size

3.12 kB

Total Files

6

Last publish

Collaborators

  • mohammad.rafigh