Hi,
I use Corona Enterprise. In my project, I want to use Google Push Notification. When I add the following code to config.lua, build the project, and then run the app in device, the app crash.
the code I add:
notification =
{
iphone =
{
types =
{
“badge”, “sound”, “alert”, “newsstand”
}
},
google =
{
projectNumber = “550865376816”,
},
}
The app can run without problem, if I remove the code. Is there anything I’ve missed? Is there any tutorial to show how to use Google Push in CoronaEnterprise?