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
1
vote
1 answer

aerogear push notification not receiving in devices

I was doing POC for Push notification from example given in github . I hosted Unified Push server in OpenShift. So registration and sending push notification from Unified Push server console are successful(status of message and registration count…
Raj Kumar
  • 11
  • 3
1
vote
1 answer

How to start Aerogear unified push server with Mysql in docker environment

I am struggling to start an aerogear unified push server in a docker environment with a mysql databases. I am following the Aerogear documentation here. So I have started a mysql docker container docker run --name aerogearsql -e…
Yves Nicolas
  • 6,901
  • 7
  • 25
  • 40
1
vote
0 answers

Unregister devices Aerogear

I am implementing and Android application to send and receive push notifications using Aerogear and OpenShift. I am having an issue to unregister the device, if I open the app and I register the device it works,I can send notifications and all works…
0
votes
0 answers

Aerogear UnifiedPush Server error at notification send: "DeprecatedEndpoint"

I'm using FCM Push Notifications with AeroGear's UnifiedPush Server 1.2 for sending notification to my android application. I have created an application in firebase and I am using it with aerogear. After building the app (with cordova) and…
0
votes
1 answer

Running artillery (using npm) fails on CentOS 7

I'm trying to run a load test on my AeroGear UnifiedPush Server running on CentOS 7 using the guide provided here. I did this once on my ubuntu desktop machine and everything worked well. However, I get syntax error while trying to run…
Majid Abarghooei
  • 663
  • 7
  • 21
0
votes
1 answer

Aerogear - How to send data in push notification from Java to Web

I am implementing web push notification using Aerogear JS Cookbook's Chrome Push API with AeroGear Unified Push Demo. In that after implementing I am getting the notification but only with static data. I don't know how should pass actual dynamic…
Subhash Diwakar
  • 199
  • 2
  • 12
0
votes
1 answer

AeroGear: How to send silent push notification with AeroGear to iOS using AeroGear UnifiedPush Server?

I created silent push notifications with Pusher that works with that JSON: { "aps" : { "content-available" : 1 }, "acme1" : "bar", "acme2" : 42 } What is important here is the content-available to 1 to get it. My problem…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
0
votes
1 answer

Areogear unifiedPush console is not responding

I have installed an aerogear unified push server on my Windows 7-system, did create and update the unifiedpush-database, created a keystore, configured the 'standalone-full.xml' of my wildfly-11.0.0 and finally deployed the…
0
votes
1 answer

Where do I find .war files in Aerogear unified push server?

Where can find unifiedpush-server-wildfly.war and unifiedpush-auth-server.war files in unified push server. where can i deploy it?
jait23
  • 71
  • 2
  • 8
0
votes
0 answers

Maven 3.3.9 with JDK 1.8 threw: DependencyGraphBuilderException

I am trying to build a Maven project Aerogear UPS Version 1.1.0-Final, and got the following error: A required class was missing while executing com.qmino:miredot-plugin:1.6.1:restdoc:…
J D
  • 274
  • 3
  • 17
0
votes
1 answer

To run Aerogear UPS on Tomcat vs Find another open source solution (running on Tomcat)

I'm evaluating Aerogear UPS to send push notifications to my users using iOS/Android/Windows Apps. Featurewise, Aerogear UPS covers all my requirements, except it is a JBoss project, and cannot be deployed and run on Tomcat server (out of the box).…
Ming Zhu
  • 272
  • 4
  • 13
0
votes
2 answers

ld: library not found for -lAeroGear-Push clang: error: linker command failed with exit code 1 (use -v to see invocation)

Problem: Not able to build the project both using xcode and ionic cli, I do get the below error. ld: library not found for -lAeroGear-Push clang: error: linker command failed with exit code 1 (use -v to see invocation) What I am trying to do: For…
Balaji Gopal
  • 789
  • 1
  • 6
  • 13
0
votes
1 answer

Cordova aerogear-push android push is not defined

I'm trying to build a simple application on cordova using aerogear push notification plugin What i'm doing is following closely this guide: https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/#_sample_example However, after put the…
0
votes
1 answer

AeroGear UnifiedPush Cordova register devices

I have deployed UnifiedPush over Jboss 6.4, i can access admin ui and create new apps. I m trying to build a new app, in order to test push notifications from admin console. I'm using PhoneGap and building for android platform. I'm executing it on…
slash89mf
  • 1,057
  • 2
  • 13
  • 35
0
votes
0 answers

unifiedpush-node-sender completion block not triggered

I used Node Sender API for the AeroGear Unified Push server for the 1.1.x series of the UnifiedPush Server. It can be found here. It sent fine. Client received fine. But the logs below did not occur at all. Any suggestions? …
user523234
  • 14,323
  • 10
  • 62
  • 102