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-send-to-desktop

1.0.1 • Public • Published

phonegap-template-csdk-send-to-desktop

Stories in Ready

This is a PhoneGap template to help you quickly get started with the Creative SDK Send To Desktop API and Image Editor UI plugins.

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-send-to-desktop
    
  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`
     - `plugins/phonegap-plugin-csdk-user-auth/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:

  • Client Auth: The starting point for all Creative SDK integrations
  • User Auth: Let users log in to their Adobe Creative Cloud accounts, right from within your app
  • Image Editor UI: Powerful photo editing for mobile apps
  • Send To Desktop API: Magically send images from mobile to Photoshop, Illustrator, or InDesign

Package Sidebar

Install

npm i phonegap-template-csdk-send-to-desktop

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • ashryan
  • macdonst