notification alert in the bar in an app running in background
by Alex Ballesté
Hello everyone,
Maybe I'am missing something but I looked for information but I didn't
find the response.
I'm trying to build an app with ionic that uses aerogear's phonegap
plugin to receive push notifications. The behaviour I've observed when a
notification arrives to an android device is:
- When app not runing:
1- Alert show in the notifications area - OK
2- On click opens the app and the notification is processed fine -OK
- When the app is running
1- No alert message in the notifications area - OK
2- When notification arrives is processed correctly. - OK
- When the app is running but in background
1 - No alert message in the notifications area - Wrong because user
doesn't realize that has a new message
2 - On app activation: notification is processed ok.
I would like that in the last scenario the alert could be shown in the
notification area when the app is running in background.
Is that possible?
Thanks in advance,
Alex.
--
Alexandre Ballesté Crevillén alexandre.balleste at udl.cat
=====================
Universitat de Lleida
Àrea de sistemes d'Informació i Comunicacions
Analista/Programador
University of Lleida
Information and Communication Systems Service
Analyst / Programmer
Tlf: +34 973 702148
Fax: +34 973 702130
=====================
Avís legal/Aviso legal/Avertiment legal/Legal notice
http://www.imatge.udl.cat/avis_legal_lopd.html
9 years, 11 months
Cannot receives pushes via iOS Production variant
by Thomas Schweitzer
Hello,
after upgrading to the latest AeroGear UnifiedPush Server version, I have now problems sending push notifications to iOS devices.
When I select a development variant, I can send notifications via the web console, and they are received on the iOS (development) devices properly.
But when I select a production variant, the notifications seem to get sent (I see no errors in the web console), and NO notifications are received on the devices. I tested this with two different apps already published in the store - same problem.
>From what I can tell, there should be no difference between the app I’m testing on the dev variant, and the two apps in the store - the push registration is the same, and I can see installations for the 2 production variants, so the devices are definitely registering.
The only difference is the number of receivers (4 for the dev, 50 for the production variant). I’m sending the same message.
Any idea what could be wrong?
Cheers,
Thomas
9 years, 11 months
Cordova Oauth2 plugin release
by Erik Jan de Wit
Hi,
We have released a new plugin for oauth2 version 1.0 this first version
support google, keycloak and facebook as oauth providers for android and
iOS. More to come stay tuned...
Cheers,
Erik Jan
9 years, 11 months
UnifiedPush Java Sender Forge Addon
by Sebastien Blanc
Hi !
I'm happy to announce the first release of the UPS Java Sender Forge Addon,
This addon will help the developer to integrate the Java Sender into their
existing applications.
Basically it provides 2 commands :
- unifiedpush-setup : will pull in the dependency and create a
pushConfiguration.json file that contains the needed information (UPS url,
PushAppID and master secret)
-unifiedpush-generate-service : will generate a small service that wraps
the Java Sender, you can then easily inject it into your business logic.
The nice thing about Forge 2 Addons, is that you get JBDS Integration for
"free" , so these 2 commands are available in JBDS as UI Wizards.
I created a blog entry for that which also contains a screencast :
http://blog-sblanc.rhcloud.com/?p=66
The code is hosted here for now :
https://github.com/sebastienblanc/unifiedpush-addon but will soon be
migrated under the AeroGear org.
Regards,
Sebi
9 years, 11 months
Enabled Admin RESTful API access in unified-push server
by Wei Li
Hi all,
We would like to be able to create push applications/variants in the unified push server via HTTP RESTful APIs. Matthias has told me that it is possible by enabling admin RESTful API access. Can someone help me to enabled that? I have checked out the source code of the unified push server and have run it locally.
Thanks in advance.
Regards,
Wei Li
9 years, 11 months