Push Notifications

… First you want have push notification and now it’s to hard to use :slight_smile: Ok Carlos forgot about shaders, only few users will use it.
[cpp]
attribute vec4 a_position;

uniform mat4 u_MVPMatrix;

void main()
{
gl_Position = u_MVPMatrix * a_position;
}
[/cpp]
[cpp]

#ifdef GL_ES
precision highp float;
#endif

uniform vec2 center;
uniform vec2 resolution;
uniform float time;

void main(void)
{
float x = gl_FragCoord.x - (center.x - resolution.x / 2.0);
float y = gl_FragCoord.y - (center.y - resolution.y / 2.0);
float mov0 = x+y+cos(sin(time)*2.)*100.+sin(x/100.)*1000.;
float mov1 = y / resolution.y / 0.2 + time;
float mov2 = x / resolution.x / 0.2;
float c1 = abs(sin(mov1+time)/2.+mov2/2.-mov1-mov2+time);
float c2 = abs(sin(c1+sin(mov0/1000.+time)+sin(y/40.+time)+sin((x+y)/100.)*3.));
float c3 = abs(sin(c2+cos(mov1+mov2+c2)+cos(mov2)+sin(x/1000.)));
gl_FragColor = vec4( c1,c2,c3,1.0);
}
[/cpp] [import]uid: 12704 topic_id: 7853 reply_id: 75309[/import]

I was referring more to the cost/hassle of maintaining your own push server for millions of players. Shaders and more complex graphics API’s would be a 1-time thing. You implement them into your game, and then don’t worry about them. I’m totally fine with that :slight_smile: [import]uid: 51654 topic_id: 7853 reply_id: 75310[/import]

question: in php… how can I more than 1 device token?

I’m trying to use an array but didn’t work

how did you guys manage with that?
Thanks for push notification!! [import]uid: 23063 topic_id: 7853 reply_id: 75338[/import]

Looks like PUT is working and an Urban Airship for corona in lua is up and running [import]uid: 110373 topic_id: 7853 reply_id: 75540[/import]

So… Any update on Android Push? Without it we’ll have to convert the app we’ve been developing in Corona as our app is pretty horrible without push. [import]uid: 99059 topic_id: 7853 reply_id: 91787[/import]

No updates at all? We’ll be launching in about a month. Right now we’ll most likely launch for iOS first since Corona doesn’t have Push for android, but turn based games just don’t work well without push :wink:

If anyone has a good bypass to push, let me know so I can add it to our Android version. Has to work while the app is closed down. [import]uid: 99059 topic_id: 7853 reply_id: 94290[/import]

We released IAP for Android, and soon Push. But we are about three weeks from Push being on Android to our latest schedule. This may change as we may get IAP on Amazon as that takes higher priority.

C. [import]uid: 24 topic_id: 7853 reply_id: 94527[/import]

Sounds good enough. Thanks for the update! [import]uid: 99059 topic_id: 7853 reply_id: 94529[/import]

Hi Carlos,

Any status update on Push for Android?
Do you know the approximate date release with push notification for Android?

Regards [import]uid: 137478 topic_id: 7853 reply_id: 100739[/import]

Hi,

any news on Push for Android?
it’s been about 8 weeks since Carlos’ 3 weeks estimation :slight_smile: [import]uid: 97120 topic_id: 7853 reply_id: 106489[/import]

+1 android push and local notifications. Critical! [import]uid: 22829 topic_id: 7853 reply_id: 106601[/import]

Android push has become critical for my app as well. If its not gonna happen let us know so that those of us that need it can move on. [import]uid: 89018 topic_id: 7853 reply_id: 107875[/import]

We hear you. Push on Android is one of our top requested features.

However, as I discuss in my recent post, we’re focused on the next public release, so I cannot make promises on an exact date. All feature work will be on a holding pattern until we ship.

http://blog.anscamobile.com/2012/05/corona-engineering-next-release-and-more/
[import]uid: 26 topic_id: 7853 reply_id: 107914[/import]

lots of blablabla
but finally push does not work running in the background :frowning:
if you would like to have each day a notification for the year
you would have to create 365 notifications upfront… unbelievable.
it should work like

create push -> push comes up and creates new push.
NOT create 365 pushes :frowning:

chris
[import]uid: 4795 topic_id: 7853 reply_id: 113819[/import]

any upadate about PushNotification on Android yet??? [import]uid: 160777 topic_id: 7853 reply_id: 117718[/import]

any upadate about PushNotification on Android yet??? [import]uid: 160777 topic_id: 7853 reply_id: 117719[/import]