Questions tagged [aerogear]

AeroGear is a Jboss community project which provides a collection of libraries to simplify and unify mobile development across different platforms.

AeroGear is a Jboss community project which provides a collection of libraries to simplify and unify mobile development across different platforms.

Unify mobile development

AeroGear provides flexible and extensible libraries to simplify mobile development across platforms and cut common repetitive infrastructure tasks. Integrate with the most exotic of endpoints.

AeroGear Push

AeroGear provides support for different push notification technologies like Google Cloud Messaging, Apple's APNs or Mozilla's SimplePush.

Mobility and security, both

Integrate with your existing enterprise environment. AeroGear provides Two-Factor Authentication and One-Time-Password features to improve your application's security.

43 questions
0
votes
2 answers

Openshift Build Failure - Failed to read artifact descriptor

i'm using OpenShift for hosting a WildFly Application Server 8.2.1. Recently i added support for AeroGear to my application through the pom.xml via the following lines: org.jboss.aerogear
Krisna
  • 13
  • 5
0
votes
1 answer

How to resolve an aborted request on awaited call to HttpStatusCode?

I'm awaiting a call to send a push notification using the Aero Gear .Net client. The return value from the call to push is a System.Net.HttpStatusCode. The expected code if the push is successful is "Accepted". But when I await the call to the…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
0
votes
1 answer

UnifiedPush Server: Request to remove an installation from Node.js backend

Can I send a request to remove a particular installation (device) from my backend Node.js server?
user523234
  • 14,323
  • 10
  • 62
  • 102
0
votes
1 answer

Why would IOS SSL handshake fail with a trusted certificate at the other end

My swift iOS application is not able to register for remote notification with aerogear unified push server giving errors that looks like the certificate on the server is a self signed one although it is a regular trusted one signed by a…
Yves Nicolas
  • 6,901
  • 7
  • 25
  • 40
0
votes
1 answer

Failed to load resource: net::ERR_FILE_NOT_FOUND with Cordova

I am following the aerogear tutorial on https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/. I have gone through this several times now and continue to have the same issue. When deploying to Genymotion, and debugging using chrome,…
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

Is it possible to receive a message from the client on Aerogear?

I am trying out a project on OpenShift using Aerogear UPS. I am able to push messages to the clients, but is there a way to get messages from the client? Aerogear seems to be the only packaged XMPP solution on OpenShift, and it appears to be one way…
FnuLnu
  • 85
  • 5
0
votes
1 answer

Aerogear unifiedpush node js client alias criteria is not working

I am running the following code for sending push message to only one device using 'alias' but message being sent to all installations, what could be wrong, can anybody help please? Here is the code: var agSender = require(…
ASESA
  • 11
  • 1
0
votes
1 answer

Aerogear core module to start a Android project in Android studio

I hope to use aerogear core module and several aerogear modules to create a android mobile client in android studio. I need some guide or help to insert this in to android project
0
votes
1 answer

Aerogear Unified Push not filtering by alias

I´m using Aerogear 1.0.3 server and unifiedpush-java-client-1.1.0-alpha.1. I send a message using this code: pushSender.send( UnifiedMessage.withCriteria() .aliases("IDOREALLYPUTHEREASINGLEALIASWITHASINGLEROW") .message() …
eduyayo
  • 2,020
  • 2
  • 15
  • 35
0
votes
2 answers

Titanium Push Notification AeroGear

Im trying to send notifications to a Titanium App from AeroGear. After getting the token, how can subscribe to the channel? Obteining the token: var CloudPush = require('ti.cloudpush'); var deviceToken = null; CloudPush.retrieveDeviceToken({ …
0
votes
2 answers

aerogear - how to send a push notification to one user

I have a client-server service. The client runs on apache cordova and the server is java based. I need to add push notifications to it and I thought about using aerogear. I read the tutorials and successfully sent a push notification from the…
barisdad
  • 515
  • 7
  • 19
0
votes
1 answer

Not able to push messages via UnifiedPushServer Node.js

I am trying to send message to my android device via UnifiedPushServer in Node.js. I tried: var agSender = require( "unifiedpush-node-sender" ).AeroGear, url = "http://192.168.1.9:8080/ag-push",message="Hello"; settings = { applicationID:…
writeToBhuwan
  • 3,233
  • 11
  • 39
  • 67
-1
votes
1 answer

Failed to install 'aerogear-cordova-push':undefined

While sudo ionic platform add ios i'm getting below error, I added 'aerogear-cordova-push' plugin after that removed platforms and trying to add again. Failed to install 'aerogear-cordova-push':undefined Error:…
SameerShaik
  • 488
  • 2
  • 10
  • 22
1 2
3