chris3839
I hate code!
Profile
Posts: 26
Reg: Apr 16, 2014
Sannicandro di ...
1,810
10/07/14 10:02 AM (9 years ago)

Push Notification cut

Hi guys, I've a question. Why Android OS cuts push notifications? Is there a method to avoid this? Another question: when the user clicks on the push notification and the app starts, is possible open a popup with the same text message of the push? Thanks for your reply.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
10/07/14 10:29 AM (9 years ago)
Could you explain what you mean by "Android OS cuts push notifications" - I don't know what you mean. And for your second question, the way the push is handled now is the standard way for Android, but it should be possible to write some code that pop it up as an alert, if you can write code to intercept the message. Beyond my abilities, but I did a google search for "android push message popup" and there are a couple of stackoverflow hits that describe what you want to do.
 
chris3839
I hate code!
Profile
Posts: 26
Reg: Apr 16, 2014
Sannicandro di ...
1,810
like
10/07/14 10:36 AM (9 years ago)
Hi Alan, thanks for your help. I mean that Android cut the text message in the push notification. It shows only first characters and cuts the rest.
 
chris3839
I hate code!
Profile
Posts: 26
Reg: Apr 16, 2014
Sannicandro di ...
1,810
like
10/08/14 02:38 AM (9 years ago)
I'm not expert in writing code, can someone help me? I would, after clicking on push notification, show a popup with the notification text when the app starts!
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
10/08/14 07:30 PM (9 years ago)
How much text is cutting off? There *is* a character limit for push notifications, buzztouch, parse, and the limitations of the device itself - you might be out of luck if you're trying to send a huge message. As for getting the push to send you to a screen, I'm not sure *how* to do it, but I do know it's possible, you might need to research more on BT Push and Parse Push. Parse is a little bit more fancy. David Van Beveren http://btmods.com/chat ^ Chat with other BT members live! http://btmods.com/hire ^ Hire MrDavid for one of his services!
 
chris3839
I hate code!
Profile
Posts: 26
Reg: Apr 16, 2014
Sannicandro di ...
1,810
like
11/05/14 04:19 AM (9 years ago)
I've founded what I want to realize, the big view for push notification. This is the link provided by Android website for developers: http://developer.android.com/training/notify-user/expanded.html Because I'm not a programmer, I don't know how implementing this solution in the app's code provided by Buzztouch. Can anyone help me please?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.