Dear all experts,
I am new in Corona SDK. Please kindly help me to solve it.
I have the following 3 questions:
Q1. I have set the “local notifications” by using the code in the sample code during installation of Corona SDK, but once I test the Local Notifications in real android machine. The title of “Local Notifications” is the <<Application Name>> during the “build…” progress. Could I change the title of the local notifications? Thx
i.e. My Local Notification Screen
|Lo | App Name
| go| Wake up!
My code:
local options = {
alert = “Wake up!”,
badge = 1,
sound = “notification.wav”,
custom = { msg = “bar” }
}
Q2. In order to explore the “Push Notifications”, I realized that “OneSignal” need me to buy enterprise version. Are there any other 3rd plug-in no need me to buy enterprise version but still use “Push Notifications” for both ios and android? I am thinking to make multiple language IM chat room. Thx
Q3. For the in-APP purchase, do any plugin also no need to buy Corona enterprise version?
Sorry for so many questions.
Best regards
Frankie