Background:
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
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.
In your terminal window use command:
ionic upload
Get it solved with Chirag thaker's suggestion:
ionic upload
againI think this is because, your keys are now miss matching, so try
app key
and public key
Add those to your existing app in
app.js / .config section
$ionicAppProvider.identify({
app_id: 'APP_ID',
api_key: 'PUBLIC_KEY',
//gcm_id: 'YOUR_GCM_ID'
});
try uploading again
In folder root project run:
ionic io init
https://docs.ionic.io/setup.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With