3

Aviary didn't need any login from the users, I want to use it but Creative SDK ask the users to login to an Adobe Account. I just want to be able to do simple editing stuff on device. Is this possible?

Esqarrouth
  • 38,543
  • 21
  • 161
  • 168

2 Answers2

5

Image Editor and Auth
The Creative SDK Image Editor component doesn’t require login today, and there are no plans to have the core image editing tools be behind auth in the future.

Details for getting started with the Image Editor are here.

SDK Size
To keep the size of your app down, the Creative SDK is broken up into smaller frameworks. You can choose to add only what you need to your dependencies.

Details for Creative SDK framework dependencies are here.

Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27
  • 1
    Did they remove the login feature? – Esqarrouth Nov 03 '15 at 09:10
  • User Auth exists in the SDK, but is not required for the core image editing tools. If you want Creative SDK User Auth in your app, you would add it in to your app in addition to the Creative SDK Image Editor. – Ash Ryan Arnwine Nov 03 '15 at 18:38
  • 3
    You don't need login but you do still need to have a client key and secret available from https://creativesdk.adobe.com/myapps.html and to call (with those values substituted in this call appropriately):[[AdobeUXAuthManager sharedManager] setAuthenticationParametersWithClientID:CreativeSDKClientId clientSecret:CreativeSDKClientSecret enableSignUp:true]; – Andy Weinstein Dec 30 '15 at 11:33
  • @AshRyan Is it free for unlimited edits on iOS and Android? I saw some 250,000 save per month limit on one page and on another it said unlimited.. – Pradip Vaghasiya Jan 13 '16 at 11:03
  • @AshRyan Interesting, since the Getting Started guide claims that "Authentication is part of every Creative SDK workflow and every action performed requires a logged-in user." https://creativesdk.adobe.com/docs/ios/#/articles/gettingstarted/index.html – nicktmro Mar 28 '16 at 21:44
  • For the Image Editor only, this isn't the case. However, if you want to provide your users access to Additional Content in the Image Editor, that does require User Auth ([knowledge base article here](https://creativesdk.zendesk.com/hc/en-us/articles/207914166-Getting-Additional-Content-for-the-Image-Editor-iOS-and-Android-)). – Ash Ryan Arnwine Mar 28 '16 at 22:03
1

No. If you have an Aviary account already I'd suggest using it since Adobe Creative is bad, complicated and is bigger in size.

Thellimist
  • 3,757
  • 5
  • 31
  • 49