UPS Server Activity Log
by aamagdi
Hello,
>From the UPS server guide the below note state:
"The collected metadata and payload is automatically deleted after 30 days,
using a nightly job within the Unified Push Server."
I was wondering about the 30 days period is it possible to configure it for
any other values, or could I disable the automatic delete of the logs.
Also would deleting the logs would reset also the statistics of total number
of messages sent for an application and also per app variant.
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558...
Sent from the aerogear-users mailing list archive at Nabble.com.
8 years, 8 months
Multiple Android Push notifications
by aamagdi
Hi,
I am facing the below scenario with android devices but I don't know if
there a workaround for it:
1- Install a mobile application that support push notification and connected
to UPS server in android device
2- User open the application and the device registered on UPS server
3- User receive notification normally
4- User uninstall the application without his device been unregistered from
UPS
5- User install the application again and register his device in UPS
6- User receive double notification of each notification instead of one
7- with each new uninstall and reinstall of the same app, number of the
multiple notification increase by one
Is there a solution for this issue
Thanks
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/Multiple-Android-Push-notific...
Sent from the aerogear-users mailing list archive at Nabble.com.
8 years, 8 months
Pushmessages to the browser
by ag0ny
Hello together,
I am trying to get push messages to the most common browsers (IE,
Firefox, Chrome). The browser app is written using the Google Web Toolkit.
As a starting point I tried to get the Simplepush example up and running
using the following quickstart tutorial:
https://github.com/aerogear/aerogear-js-cookbook/tree/master/simplepush-e...
The Simplepush-server is running, but the (Javascript in the) index.html
of the simplepush-unifiedpush-example can't connect to it. I also still
have some basic questions I did not find an answer for in the tutorial
or anywhere else.
- Do have Simplepush und AeroGear UPS have to communicate with each
other? If so, how do they work together?
- Is the Simplepush-server included in the AeroGear UPS? What does the
simplePushUrl in the unifiedpush.js has to be set to?
I would be happy to be enlightened :P Thanks in advance
Cheers
Sascha
8 years, 8 months
Trying to get it to work
by Christopher Fahey
I have been slowly progressing through the installation and have finally
managed to get the server running. Of course the goal is to add push
notification to an existing mobile app that I have built using
Javascript and Cordova. Then I have added all of the plugins that I
could find into Cordova including the aerogear plugin and the
cordova-plugin-pushplugin. The problem I am having is that when I run
the mobile app in cordova using "cordova run browser" the Push is
created and before it even registers itself, it receives an error
"Missing Command Error". I have traced the call that fails to
aerogear-push.js line 46:
channel.onCordovaReady.subscribe(function() {
exec(notify, undefined, 'PushPlugin', 'messageChannel', []);
});
This takes it into cordova.js where it tries to pull up the PushPlugin
from the CommandProxyMap but it hasn't been registered. I cannot think
of what else to look for. I have been over the instructions backwards
and forwards but no luck. Any suggestions on what plugin I might be
missing? I
--
Christopher Fahey
DealerRewards, Inc.
Maryland Branch Office
(410) 924-3185
------------------------------------------------------------------------
This electronic message transmission contains information from
DealerRewards Inc. This message is confidential. It may also be
privileged or otherwise protected by work-product immunity or other
legal rules. If you have received it by mistake, please let us know by
email reply and delete it from your system; you may not copy this
message or disclose its contents to anyone.
DISCLAIMER: Since 2006, the U.S. Government has been monitoring all
internet communications. If you have information that you do not wish to
have monitored, please send it using regular postal services to the
address listed on our website.
------------------------------------------------------------------------
8 years, 8 months
Not receiving Push Notification in my Android application
by Kaushik Saha
Hi,
Kaushik here.
I have implemented the push notification in my android application and I
have registered the same in AeroGear portal as well.
The issue is, after I send a push notification from the web portal, I am
seeing that the message is successfully sent, but the application is not
receiving it.
I have followed the exact steps mentioned in the user guide (
https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#regis...)
but to no avail.
Also, I was wondering if push notification would work if my project DOES
NOT have any variants on the AeroGear portal.
Any help regarding this would be greatly appreciated.
Thank you.
--
Regards,
Kaushik Saha
(Mobile :- 09538410451)
8 years, 8 months