cordova push plugin release
by Erik Jan de Wit
Hi all,
After testing we are happy to announce that the 1.0.1 version of the cordova push plugin has been released. Thanks to everyone for testing and making this release happen. The reason for this point release was an error in the android dependencies of the plugin making it unusable.
Happy coding,
Erik Jan
10 years, 2 months
Many-To-Many Data Store relationship SQLStore
by Ramon Pires da Silva
the Data Store with SQLStore for android sample at github are really
simple, i need some example how to work with many-to-many relationship,or
some tip about it.
10 years, 2 months
push plugin crashes cordova app in background
by E Bab
Hello,
I'm testing the push plugin. It works as expected for iOS in both
background and foreground.
It works as expected for Android in foreground but crashes the app when
it's in background or is not active - popups message 'Unfortunately app has
stopped', sending the same message.
>From the log I could find:
D/NotificationMessageHandler( 3571): onMessage - context:
android.app.ReceiverRestrictedContext@42096d20
W/dalvikvm( 3571): threadid=11: thread exiting with uncaught exception
(group=0x416d5da0)
E/AndroidRuntime( 3571): FATAL EXCEPTION: Thread-18175
E/AndroidRuntime( 3571): Process: io.cordova.hellocordova, PID: 3571
E/AndroidRuntime( 3571): java.lang.NullPointerException
E/AndroidRuntime( 3571): at
org.jboss.aerogear.cordova.push.NotificationMessageHandler.onMessage(NotificationMessageHandler.java:40)
E/AndroidRuntime( 3571): at
org.jboss.aerogear.android.unifiedpush.Registrations$1.run(Registrations.java:149)
E/AndroidRuntime( 3571): at java.lang.Thread.run(Thread.java:841)
I appreciate your help.
10 years, 2 months