stack traceback: main.lua:1: in main chunk main.lua is uploading. Uploading finished. main.lua:1: module 'notification' not found: no field package.preload['notification'] no file '.\notification.lua' no file '.\notification\init.lua' no file '.\_LuaPlugins_\notification.lua' no file '.\_LuaPlugins_\notification\init.lua' no file 'C:\Program Files (x86)\Gideros\lua\notification.lua' no file 'C:\Program Files (x86)\Gideros\lua\notification\init.lua' no file 'C:\Program Files (x86)\Gideros\notification.lua' no file 'C:\Program Files (x86)\Gideros\notification\init.lua' no file '.\notification.dll' no file 'C:\Program Files (x86)\Gideros\notification.dll' no file 'C:\Program Files (x86)\Gideros\loadall.dll' stack traceback: main.lua:1: in main chunk
On April 10, 2018, Google deprecated GCM. The GCM server and client APIs were removed on May 29, 2019. Migrate GCM apps to Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features. See the migration guide to learn more.
So you cannot use it for now unless you can commit to github.
@oleg this firebase thing is useless for me. They might drop it in two years or so?! I believe it's free but too much of a hassle to set up and configure in android studio so let alone gideros studio!?
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
@jimmyx, why do need local (not push) notifications ? Gideros doesn't run in background (except for some specific situations such as GPS in background), so am wondering what you are trying to do.
Comments
C:\Program Files (x86)\Gideros\All Plugins\notification\examples
Also look here:
http://appcodingeasy.com/new_docs/index.html
** You need to compile your player with the Notifications plugin for testing.
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
i have tried the example included with Gideros , (notifications)
but it seems to crash ,
can somebody quickly test the included sample of notifications
and let me know if it works
C:\Program Files (x86)\Gideros\All Plugins\notification\examples\GiderosNotification
thankyou
require "notification"
i get error of
stack traceback:
main.lua:1: in main chunk
main.lua is uploading.
Uploading finished.
main.lua:1: module 'notification' not found:
no field package.preload['notification']
no file '.\notification.lua'
no file '.\notification\init.lua'
no file '.\_LuaPlugins_\notification.lua'
no file '.\_LuaPlugins_\notification\init.lua'
no file 'C:\Program Files (x86)\Gideros\lua\notification.lua'
no file 'C:\Program Files (x86)\Gideros\lua\notification\init.lua'
no file 'C:\Program Files (x86)\Gideros\notification.lua'
no file 'C:\Program Files (x86)\Gideros\notification\init.lua'
no file '.\notification.dll'
no file 'C:\Program Files (x86)\Gideros\notification.dll'
no file 'C:\Program Files (x86)\Gideros\loadall.dll'
stack traceback:
main.lua:1: in main chunk
how do i include notification plugin into project
https://developers.google.com/cloud-messaging/android/android-migrate-fcm
On April 10, 2018, Google deprecated GCM. The GCM server and client APIs were removed on May 29, 2019. Migrate GCM apps to Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features. See the migration guide to learn more.
So you cannot use it for now unless you can commit to github.
Likes: oleg
I don't use firebase but it seems like a paid plugin - ask for @hgy29 @SinisterSoft
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
I believe it's free but too much of a hassle to set up and configure in android studio so let alone gideros studio!?
Likes: oleg
https://deluxepixel.com
Likes: oleg
edit: what do we do with the old plugin? I already moved it in the deprecated section in the wiki.
Gideros doesn't run in background (except for some specific situations such as GPS in background), so am wondering what you are trying to do.