This package has been deprecated

Author message:

This package is deprecated, see https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c

phonegap-template-csdk-image-editor

1.1.0 • Public • Published

phonegap-template-csdk-image-editor

Stories in Ready

This is a PhoneGap template to help you quickly get started with the Creative SDK Image Editor plugin.

Contents

Prerequisites

Required: This guide will assume that you have followed the "Prerequisites" section of the Creative SDK Client Auth plugin guide, particularly:

  • install all software noted in that section
  • receive a Creative SDK Client ID and Secret for each platform you plan to build for

Setup guide

  1. Create your app

    phonegap create tempcsdk --template phonegap-template-csdk-image-editor
    
  2. Add your Creative SDK Client ID and Secret values

    Open config.xml and find the <plugin name="phonegap-plugin-csdk-client-auth" ... > element.

    You can add your Client ID and Secret values to the appropriate variable's here.

  3. Run phonegap prepare to fetch the plugins

  4. iOS only: download and add the Creative SDK

    (Android developers: this step is handled for you automatically by the plugin.)

    You can get the Creative SDK for iOS from the Downloads page.

    Add the extracted AdobeCreativeSDKFrameworks folder to these directories:

     - `plugins/phonegap-plugin-csdk-client-auth/src/ios`
     - `plugins/phonegap-plugin-csdk-image-editor/src/ios`
    
  5. Add the platforms you intend to build for:

    phonegap platform rm ios
    phonegap platform rm android
    phonegap platform add ios
    phonegap platform add android
    

    The remove is a precautionary step.

  6. Run for your platform(s)

    phonegap run ios
    phonegap run android
    

Sample code

You can find the relevant sample code in these files:

  • www/index.html
  • www/js/index.js

Learn more

Want to learn more about the Creative SDK PhoneGap plugins used in this template?

The READMEs for the plugin repos contain Setup and API guides, as well as sample code, to help you learn quickly:

Package Sidebar

Install

npm i phonegap-template-csdk-image-editor

Weekly Downloads

0

Version

1.1.0

License

Apache-2.0

Last publish

Collaborators

  • ashryan
  • macdonst