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

Dependencies (0)

    Dev Dependencies (0)

      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