[newbie] choosing the right version
by Paolo Casarini
Hi,
I would like to use aerogear-unifiedpush-server to generate some push
messages between the e-learning web platform I'm developing and its iOS
app. First I deployed aerogear-unifiedpush-server 1.2.0.alpha3 on a EC2 vm
I owned and than I configured my iOS app (objective-c) to use it, but I
came across some issues dealing with APNs: soon after I ask to send a push
message to one of my registered devices, the APNs tells Aerogear to disable
the device.
Now I have seen that there is a new version (1.2.0.beta1), do you suggest
me to move to this version? or it's better to use the 1.1.0.Final? Is it
possible to use the objective-c sdk with 1.2.x server?
Thanks in advance,
Paolo.
--
Paolo Casarini
Digital development manager
Società editrice il Mulino S.p.A.
Strada maggiore 37 - 40125 Bologna
tel. 051/256011; fax 051/256034
GPG key: 1024D/9C5AE886 2004-10-21 Paolo Casarini <paolo.casarini(a)mulino.it>
7 years, 2 months
AeroGear unified push notification
by Walto, David
Hi, I a new AeroGear unified push notification user. I am trying to create a simple push notification from a WebSphere java application.
I have created a couple of push notification classes to test (below) and both version I get the error:
SenderClient E Send did not succeed: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 64
I have the following jars for this application.
[cid:image001.png@01D0EB25.5E1F6EE0]
[cid:image003.png@01D0EB25.C89EC4F0]
Any direction how to resolve this would be greatly appreciated.
Thanks in advance.
David Walto
Senior Application Engineer | EMR Engineering and Integration
Baystate Health | Information & Technology
1550 Main Street, Springfield, MA 01199 | p: 413-794-0627 | f: 413-794-5570
----------------------------------------------------------------------
Please view our annual report at http://baystatehealth.org/annualreport
CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please reply to the sender immediately or by telephone at 413-794-0000 and destroy all copies of this communication and any attachments. For further information regarding Baystate Health's privacy policy, please visit our Internet site at http://baystatehealth.org.
7 years, 2 months
Keycloak - validate token on server
by Doug Drouillard
Hello,
I am using Aerogear-iOS and I am able to successfully get a JWT from
keycloak. Say I pass that JWT to a Java web service (that is not wildfly),
is there a way to easily verify the token? The keycloak adapters for
undertow and jetty seem beyond my reach. I am using Ninja Framework and the
undertow integration does not seem feasible in my time frame.
I was hoping to easily validate token on server, but I can't seem to have
come across anything. My concern is that I want to disable a user and
immediately have them disabled, not wait on expiration in token.
I have proposed this question on stack overflow and on the keycloak mailing
list with no answers so I was hoping to have some luck here.
Thanks.
7 years, 5 months
AeroGear Android Implementation
by Alaa
I'm a computer science student and I'm working on "an Android App that
Encrypt and Decrypt messages between users" , and I'm little be lost and
confused , and while searching here and there , I stumbled into
"AeroGear Crypto Java" on "github" and I was reading it and found it
really interesting , and since your email was there , I decided to
contact you ! I'm wondering if I can get few minutes of your time to
ask you on how to implement "AereoGear" in order to the users to exhange
Encrypted messages .
7 years, 6 months
Many established connections to Apple servers
by benjaminfras
Hi,
we have an aerogear installation deployed on a EAP 6.4.11 domain mode. It is
working fine so far, however after some time we see plenty of open
connections to apple servers (17.188). Today we hit a peak with over 3000
open connections. It seems that each connection is tied to a separate
thread, thus we had over 3000 threads as well. This is when our monitoring
fired and our operation guy got alerted.
On average we're sending approx. 40 push messages every 5 minutes to both
android and ios devices.
This is a snippet of what the netstat output looks like:
Is this expected behavior? Is it possible to set a max limit or something
similar?
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/Many-established-connections-...
Sent from the aerogear-users mailing list archive at Nabble.com.
7 years, 6 months
ld: library not found for -lAeroGear-Push clang: error: linker command failed with exit code 1 (use -v to see invocation)
by balaji_gopal
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 push notification, I am using aerogear cordova plugin, it works fine in
Android but in iOS I do face lot of issues, Is there any solution for this?
Is there any other way to implement a push notification in Ionic 2 and 3?
Your system information:
Cordova CLI: 6.5.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 0.0.44
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v6.9.5
Xcode version: Xcode 8.3.2 Build version 8E2002
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/ld-library-not-found-for-lAer...
Sent from the aerogear-users mailing list archive at Nabble.com.
7 years, 6 months
An app crash scenario after clicking on push notification
by Federico Cerminara
Hi,
my name is Federico Cerminara, 35 years old, engineer and web developer in
Rome.
I’m a beginner in cross platform app development and I’ve started using
aerogear cordova push plugin to enable reception of push notification.
I’ve developed my first app. I’m able to receive correctly push
notification, both sending them directly by aerogear admin panel after
choosing a variant and and sending them from the application backend
following a custom logic. If I have my app closed or already open, clicking
on push notification seems to behave correctly, bringing user to
application first page. Instead, if I try to close all my applications
after receiving one or more push notification (image notification frequency
is quite low) and then I try to click on my waiting push, application
crashes showing a message that sound quite like this “The program
<app_name> has been interrupted”
Can you tell me a way to solve this problem?
Thanks anyway, Federico.
7 years, 6 months