Error uploading ionic app

Jacksonkr picture Jacksonkr · May 29, 2015 · Viewed 21.5k times · Source

Background:

  • This app was originally uploaded to my personal ionic account
  • The app was deleted from my personal ionic account
  • This error happens when I try to upload the app with my work ionic account

My question is, how do I get the app to upload to my work account?

$ ionic upload

Uploading app...
 ✗ App ID ae440d8c does not exist




Unable to upload app (CLI v1.4.5)

Your system information:

Cordova CLI: 4.3.0
Ionic Version: 1.0.0-rc.2
Ionic CLI Version: 1.4.5
Ionic App Lib Version: 0.0.22
ios-deploy version: Not installed
ios-sim version: 3.1.1 
OS: Mac OS X Yosemite
Node Version: v0.12.1
Xcode version: Xcode 6.3.1 Build version 6D1002 

Answer

strttn picture strttn · Jun 2, 2015
  1. Log in at apps.ionic.io
  2. Create a new App and specify the name of your App.
  3. Copy the App ID to your clipboard for use in the next step.
  4. In your terminal window ensure you're logged into the same account that you were logged into on app.ionic.io).
  5. In your terminal window use command:

    ionic link <copied-app-id>

    Where <copied-app-id> is your own App ID copied to your clipboard in step 3.

  6. In your terminal window use command:

    ionic upload