Version automatic update plugin
by Erik Jan de Wit
Hi,
As you know we have a open ticket creating a test application you can
push or pull new app content to easily test your app. This idea got me
thinking why not do that for production apps, instead of going through
the release process, of apple for instance, you could have the app
update itself on startup. It would need to be configured where to
check the version number and where to fetch the content. The content
could be a zip file or a git repo even, in the last case a release
could be as simple as a push to the production branch.
WDYT?
--
Cheers,
Erik Jan
9 years, 6 months
What's new in AeroGear (6th June)
by Daniel Passos
Hey Guys,
This is our highlight for this week
Android
We decided to postpone the 2.2.0 release to add push configuration from
JSON. You can track it here <https://issues.jboss.org/browse/AGPUSH-1431>
iOS
Last week we implemented a plist based configuration file for ios-push
library. This week lots of news should come out of WWDC event. You can
expect some blog post and comments on the event for next week newsletter.
UPS
Beta.2 release candidate is on staging repo for tests:
http://lists.jboss.org/pipermail/aerogear-dev/2015-June/011659.html
Work on 1.1.0.Final will continue, after the beta.2 release is published
and the code-freeze time is over
--
-- Passos
9 years, 6 months
Code freeze (was: Re: Staging of UPS 1.1.0-beta.2)
by Matthias Wessendorf
Hi,
until we get the release out, there won't be any commit coming to master,
since we do a code freeze here, like we did in the past
On Fri, Jun 5, 2015 at 4:58 PM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> Hi team,
>
> here is the second beta release for the UPS 1.1.0. It contains more
> features and improvements around UI, Keycloak_1.2.0 (w/ enabled direct
> access grant) and a lot of other stuff:
> https://issues.jboss.org/browse/AGPUSH/fixforversion/12326578
>
> Please test the staged release:
>
> https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...
>
> Like w/ the previous beta, please make sure you use a full profile WildFly
> or EAP server for tests, since we now have JMS hooks ;-)
> (See README for details)
>
> On Wednesday I'd like to press the button to release it to the wild.
>
> PS: For this beta release we won't yet be updating our Openshift cartridge
> - that will stay on 1.0.3 (stable) for a little longer time. For the next
> FINAL release in a few weeks we will get to this Openshift as well.
>
> -Matthias
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
9 years, 6 months
Sndroid Background push notifications not working
by delalis
Hello, Aerogear is sending android push notifications properly when the app
is open (foreground) on an android device and the onNotificationGCM()
function is being called successfully when the app is open. But it is not
even putting a notification in the system notification tray when the app is
in the background or not running at all...
We are using phonegap and pushplugin on the client side and a lot of people
on google are saying that if the server is not constructing the message
payload structure properly, then Android devices will not create a
notification in the android notification tray.
Any suggestions???
here is the link I found during my research suggesting maybe Aerogear isnt
structuring message payloads properly for background notifications tray
alerts...(scroll to bottom)
http://community.phonegap.com/nitobi/topics/_pushplugin_background_notifi...
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/Sndroid-Background-push-notific...
Sent from the aerogear-dev mailing list archive at Nabble.com.
9 years, 6 months