HI
I want auto push notification in the same time every day!
How do I implement!?
Thank you!
HI
I want auto push notification in the same time every day!
How do I implement!?
Thank you!
Hello,
We have an automatic message feature on our site that can be brought up by click on “Automatic Messages” on the left side after you log in. You can enter 24 in the “Hours have elapsed” input box to send the same notification everyday. Leave the “user’s last session” box checked so the user gets it at the same time every day when they normally play your game.
Let us know if this is what your looking for and if you have any other questions.
Thanks.
HI
push notification is after user open app, start countdown time!?
So user A open app in the 1:00PM, then push notification will next day 1:00PM send push notification!?
Uesr B open app in the 8:00AM then next day 8:00AM push notification!?
It is not I want!
User any time open app, I want every day same time auto push notification!
can do it !?
Thank you!
Have you looked into local notifications? http://docs.coronalabs.com/daily/guide/events/appNotification/index.html
purpleMoon, your example is correct. Sending a notification when the user would normally play your game means they are more likely to view and open your notification.
It is on our road map to add scheduling of notifications at specific times instead of last used. For special cases where your game might have short limited time discount less than 24 hours for example.
purpleMoon, what is your use case for sending a notification everyday at a specific time? We want to understand how your trying to re-engage your users. Do you plan on tagging users to opted them in to receiving your daily notification?
Thanks.
HI jonjonsson
I have looked into local notifications!
but I want user run app or not have run app, then can notification, unless user cancel notification!
so I use local notification, I must count future every day! unlimited!!
if use local notification, user must run app one times in every day!
I use local notification have a question, do not know enterprise edition is not a trial expire, suddenly can not use local notification!
Local Notification can use in Corona SDK start edition!?
Thank you!!!
If you decide to use local notification you can do it like this:
User opens app -> Clear all local notifications -> Set multiple daily notification for x days (I don’t know what the limit is of how many notifications you can set)
Sorry I don’t know if local notifications are in starter or not.
HI jkasten
Your confirmation !
Thank you !
There are many examples!!
A )
The online game have a big monster king, notification in every day same time!
notification:
attack big monster king, can get very good arms and many many money!
B )
The online market “Today’s Specials”, notification in every day same time!
notification:
“Today’s Specials” Toms shoes buy one get one, maybe!
C )
Remind forgetful patients every day do something!
HI jonjonsson
I have done before, but the app suddenly not local notification, in enterprise trial version is over date!
Thank you !
purpleMoon,
Thanks for the examples, with your example A I think using the last active time would be the best as it doesn’t sound like there is an expiration on attacking the monster. For B it sounds like you will want to customize the message for each day so I would create a template and then create a new notification with custom text you want. Also you can schedule when it goes out to everyone if you want to delay it. For C I believe last active will work best as well, if you send a notification when the player is busy or sleeping they will probably just dismiss the notification.
Also be careful not to spam your users with daily automatically notifications, one way to do this is to exclude players who haven’t played your game in 72 hours. You can then later send a custom notification to your users to bring them back to your game. Anther way is under the “Deliver once to a user, unless” section check “The user returns to the game.” so the user only gets the automatic notification once until they come back to your game.
GameThrive works with all editions of Corona including the free starter edition. Also for Corona games/apps there isn’t a limit on the number of notifications or devices registered.
Thanks.
HI jkasten
Thanks for your explain!
I will think about it!!
very thank you!!
Hello,
We have an automatic message feature on our site that can be brought up by click on “Automatic Messages” on the left side after you log in. You can enter 24 in the “Hours have elapsed” input box to send the same notification everyday. Leave the “user’s last session” box checked so the user gets it at the same time every day when they normally play your game.
Let us know if this is what your looking for and if you have any other questions.
Thanks.
HI
push notification is after user open app, start countdown time!?
So user A open app in the 1:00PM, then push notification will next day 1:00PM send push notification!?
Uesr B open app in the 8:00AM then next day 8:00AM push notification!?
It is not I want!
User any time open app, I want every day same time auto push notification!
can do it !?
Thank you!
Have you looked into local notifications? http://docs.coronalabs.com/daily/guide/events/appNotification/index.html
purpleMoon, your example is correct. Sending a notification when the user would normally play your game means they are more likely to view and open your notification.
It is on our road map to add scheduling of notifications at specific times instead of last used. For special cases where your game might have short limited time discount less than 24 hours for example.
purpleMoon, what is your use case for sending a notification everyday at a specific time? We want to understand how your trying to re-engage your users. Do you plan on tagging users to opted them in to receiving your daily notification?
Thanks.
HI jonjonsson
I have looked into local notifications!
but I want user run app or not have run app, then can notification, unless user cancel notification!
so I use local notification, I must count future every day! unlimited!!
if use local notification, user must run app one times in every day!
I use local notification have a question, do not know enterprise edition is not a trial expire, suddenly can not use local notification!
Local Notification can use in Corona SDK start edition!?
Thank you!!!
If you decide to use local notification you can do it like this:
User opens app -> Clear all local notifications -> Set multiple daily notification for x days (I don’t know what the limit is of how many notifications you can set)
Sorry I don’t know if local notifications are in starter or not.
HI jkasten
Your confirmation !
Thank you !
There are many examples!!
A )
The online game have a big monster king, notification in every day same time!
notification:
attack big monster king, can get very good arms and many many money!
B )
The online market “Today’s Specials”, notification in every day same time!
notification:
“Today’s Specials” Toms shoes buy one get one, maybe!
C )
Remind forgetful patients every day do something!
HI jonjonsson
I have done before, but the app suddenly not local notification, in enterprise trial version is over date!
Thank you !
purpleMoon,
Thanks for the examples, with your example A I think using the last active time would be the best as it doesn’t sound like there is an expiration on attacking the monster. For B it sounds like you will want to customize the message for each day so I would create a template and then create a new notification with custom text you want. Also you can schedule when it goes out to everyone if you want to delay it. For C I believe last active will work best as well, if you send a notification when the player is busy or sleeping they will probably just dismiss the notification.
Also be careful not to spam your users with daily automatically notifications, one way to do this is to exclude players who haven’t played your game in 72 hours. You can then later send a custom notification to your users to bring them back to your game. Anther way is under the “Deliver once to a user, unless” section check “The user returns to the game.” so the user only gets the automatic notification once until they come back to your game.
GameThrive works with all editions of Corona including the free starter edition. Also for Corona games/apps there isn’t a limit on the number of notifications or devices registered.
Thanks.