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
9
votes
0 answers

MQTT over WebSockets "AMQJS0008I Socket closed" connection error on PhantomJS

The JBoss AeroGear JavaScript notifier is a collection of adapters which provide a unified/similar API for interacting with different messaging services and protocols. Issue I'm writing some QUnit tests for the JBoss AeroGear JS MQTT over WS…
Apostolos Emmanouilidis
  • 7,179
  • 1
  • 24
  • 35
8
votes
3 answers

How to do oAuth with Keycloak OpenId in Android Client

I want to authenticate a user (using his username and password) in an Android App using aerogear with a server using Keycloak. I haven't been able to do it, help me please. I currently can authenticate the user without aerogear, but I want to use…
ACBM
  • 657
  • 1
  • 10
  • 26
8
votes
1 answer

Unregister android client from aerogear unified push server

I´m facing a problem on handling the register-unregister my activities/services or whatever I use from an aerogear installation. If I register from a service onCreate() and unregister in onDestroy(), when I uninstall the application, the device…
eduyayo
  • 2,020
  • 2
  • 15
  • 35
3
votes
1 answer

Trust anchor for certification path not found error with AeroGear PushPlugin and cordova android platform

I am creating a android application with cordova and AeroGear PushPlugin which uses https for communication with the unified push server.I use a valid CA certification support (TLS1.2) in my server. When executing with cordova run android return…
يعقوب
  • 1,008
  • 13
  • 14
2
votes
2 answers

AeroGear for iOS Facebook configuration

I inherited an app, and I am trying to understand the exact configuration differences between what Facebook wants and what is currently implemented. In working to create a great Platform experience for everyone, we ask developers to ensure the apps…
Steven Matthews
  • 9,705
  • 45
  • 126
  • 232
2
votes
1 answer

Anyone able to use Swift SMART FHIR with iOS?

I have been having a terrible time trying to figure out the OAUTH process for an iOS app into the Allscripts FHIR sandbox. I was hoping to use SMART SWIFT (https://github.com/smart-on-fhir/Swift-SMART) as it seems to handle this login, but I keep…
Seth Merritt
  • 193
  • 1
  • 9
2
votes
1 answer

Getting "ERROR: relation PRIMARY already exists" with Aerogear Unified Post Server + Docker + Postgres

I'm trying to get working a dockerized version of latest distribution of (1.2.0.Latest) Aerogear Unified Push Server (UPS) but using Postgres instead of MySql. In fact, the official UPS Docker distribution is based on it. It is quite easy to…
Nandl66
  • 284
  • 2
  • 11
2
votes
0 answers

I cannot pass messages to Apple via AeroGear Unified Push Server

I can’t push to iOS. I get the following message: Variant iOS Development has failed: Error sending payload to APNs server: java.net.ConnectException: Verbindungsaufbau abgelehnt (Connection refused) I created and installed all certificates as…
1
vote
1 answer

AeroGear SSO Login using Keycloak backend Embedded Safari Browser Instead of External Safari Browser

I am working on a project which needs SSO Login Feature, I have Implemented AeroGear SSO Login but the issue is that it opens the authentication website in Safari browser (Exits the main app and then open the browser) But I want not to leave the App…
Mantu
  • 1,017
  • 1
  • 10
  • 21
1
vote
0 answers

How to find what went wrong with Keycloak login in iOS app using AeroGear

I am trying to connect my iOS app to a Keycloak server for authentication purposes and have decided to use AeroGear library to do it. I did the initial setup as described in the Readme and configured everything Server side. The code I am using to…
dj-neza
  • 198
  • 1
  • 11
1
vote
1 answer

AeroGear - value of type Http has no member 'POST'

I'm following a tutorial for OAuth 2 authentication, and it's a little bit old so changes may have been made to the files it uses. But I am trying to make an Http POST request using the AeroGear module. Here's how my function looks like: @IBAction…
1
vote
0 answers

Android AeroGear Rest error java.io.IOException: Stream closed

Please am getting Stream closed when is try to retrieve data from a Restfull API using aerogear pipe .... AuthzModule authzModule = AuthorizationManager.getModule("KeyCloakAuthz"); authzModule.requestAccess( (Activity)this, new Callback()…
1
vote
1 answer

Aerogear SSLHandshakeException CertPathValidatorException

I have just started tested the aerogear push notifcation solution. I installed it locally via docker. It seems that there're issues with the SSL certificate. I even found this ticket which seems to be closed. I tried to register an android Emulator…
ahmed_khan_89
  • 2,755
  • 26
  • 49
1
vote
0 answers

Aerogear Cordova Push is not defined

this is my first hybrid app. I am targeting Android 4.x, but testing with Android 6.x. My development is with build.phonegap.com I have been developing cordova mobile app and need to integrate background push notifciation. And I used aero gear push…
1
vote
1 answer

Aerogear - how to send a push notification from one device to another device

I have tried Aerogear push notification and able to send a push message from aerogear web portal to my iOS device. But right now i am looking for sending a push message from 1 iOS device to another iOS device with the help of Aerogear. Is this…
user1227928
  • 831
  • 1
  • 12
  • 27
1
2 3