Questions tagged [ionic-cloud]
27 questions
6
votes
1 answer
Ionic 2 "Error: Missing deploy plugin: `ionic-plugin-deploy`"
When I try and make any calls to the Ionic Cloud Deploy service within my app I get the following error message in my browser. This has only started happening recently and the app runs fine on a real device.
What could the cause be? I have the…

Mark Williams
- 1,240
- 2
- 13
- 28
3
votes
1 answer
Getting "Sorry! The configured backend (pro) does not know about ionic upload" When trying to upload the Ionic App
I'm trying to upload the App I built to my Ionic Pro account.
I've linked my account and added the SSH keys but after running ionic upload I'm getting this error
[ERROR] Sorry! The configured backend (pro) does not know about ionic upload.
This is…

Vanca
- 51
- 1
- 5
3
votes
0 answers
ionic2 CloudModule.forRoot() error angular.element is not function
i try to setup ionic Cloud in my app, but i have this error : Uncaught TypeError: angular.element is not a function(…) for this line :
CloudModule.forRoot(cloudSettings)
my code : for app.module.ts
import { NgModule, ErrorHandler } from…

fansz
- 231
- 1
- 4
- 9
3
votes
1 answer
How to check authenticated status server side with ionic cloud Auth
I'm evaluating whether to use Ionic's cloud Auth service and it seems like it's relatively easy to implement client-side, where you can check this.auth.isAuthenticated. You can also set the user info from the client side as well.
However, if I want…

MonkeyBonkey
- 46,433
- 78
- 254
- 460
3
votes
0 answers
Ionic cloud installation failed - UNMET PEER DEPENDENCY @angular/core@^2.0.0
Trying to setup Ionic cloud but when I execute the following command I got an error.
Command :
npm install @ionic/cloud-angular --save
Error :
devdactic-push@1.1.1 /Users/use-name/perso/angular/devdactic-push
├── UNMET PEER DEPENDENCY…

TooCool
- 10,598
- 15
- 60
- 85
2
votes
1 answer
Ship google-services.json with ionic package builds
Since I do not have Mac and iPhone, the only option for me is to use Ionic Cloud to build my native binaries. However, first I wanted to play with it and see how will it work with android builds.
My application uses…

clzola
- 1,925
- 3
- 30
- 49
2
votes
2 answers
Can't resolve all parameters for Deploy: (?, ?)
When I am trying to add ionic deploy service on an application I get the Following Error:

Mustafa Wali
- 146
- 7
2
votes
0 answers
ionic cloud push notification : Transit to specific state when app is closed/background using
I have successfully set $ionicPush (ionic cloud) notification, and I'm able to receive push notification successfully on android device.
But when my android app is closed/background what i would like to do is when I click on received notification…

Vijay Mistry
- 157
- 5
1
vote
0 answers
Ionic2 ionic-cloud notifications on android
On Android. When app is closed and I click on notification, the app opens but the notification does not call the desired function. Why? i tried a lot of things, that didn't help...
simplified code:
frontend settings:
const cloudSettings:…

Эльнур Likr
- 11
- 1
1
vote
1 answer
Ionic 2 cannot upload project
I am new to Ionic 2 and try to upload project to ionic cloud behind a proxy server. I followed the setup steps, https://docs.ionic.io/setup.html, but there is a connection error as below,
I supposed it was caused by proxy server. I just wonder if…

Sean Sun
- 496
- 1
- 4
- 14
1
vote
0 answers
Ionic document scanner application
I am looking for a plugin or a way where I can implement the same idea as "document scanner" into an Ionic application in which when you open the camera it detects the document borders and clarifies the photo after capturing it.
Is there is any…

user8182423
- 11
- 2
1
vote
0 answers
Ionic 2 cloud auth in Angular 2 website
We are building a desktop website equivalent to the services provided in our Ionic 2 app. Website will be Angular 2 site.
We are planning to use Ionic cloud for auth.
https://ionic.io/cloud#authentication
Can we use the same auth in our website? We…

Varun
- 307
- 3
- 16
1
vote
1 answer
Ionic - Error: [$injector:unpr] Unknown provider: ionic.cloudProvider <- ionic.cloud
The Issue: I am using Ionic 1 trying to setup push notifications with Ionic Cloud. I get the following error:
**Error: [$injector:unpr] Unknown provider: ionic.cloudProvider <- ionic.cloud <- welcomeCtrl**
ionic.bundle.js:26794 Error:…

Fostah
- 2,947
- 4
- 56
- 78
1
vote
2 answers
How to make ionic push notification triggers the app even in background?
i'm making a ionic app with ionic cloud push notifications.
Everything works well when the app is open, but i need to trigger some functions when the app receives a new notification even in the background, which it is not happening currently.
Plus,…

Vinicius Santiago
- 31
- 7
1
vote
1 answer
Ionic Cloud Push GCM Notifications Not Received
I don't understand the Ionic Cloud docs make this sound sooo easy, but I can't seem to receive push notifications. It registers when the application starts up, but after that notifications sent from the Ionic Cloud dashboard are never received. I…

mtpultz
- 17,267
- 22
- 122
- 201