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?
Response to your A1. Therefore, do you mean if I would like to write multiple language app, IOS can have different title in local notification by submitting one built, but for Android version, I need to submit once for every version with different language in order to get it done?
I can see only Business and Enterprise version have mentioned “Revenue”, but not free version. Thus, it leads me have this wrong concept. Could you help me to have quick link to startup “in-app purchase”?
For A1. iOS does localization through their info.plist for native apps. Corona’s build.settings contains a plist table that’s copied to the apps info.plist, so as long as you’ve localized your app’s name for different countries/languages, the apps name should be properly localized. However I don’t know if we’ve ever tested it. We don’t support localization of Android apps through build.settings.
I can see where the OneSignal documentation may be confusing. It contains both SDK and Enterprise setup instructions. The SDK setup is a the top and there’s a link to jump to the Enterprise section.
Response to your A1. Therefore, do you mean if I would like to write multiple language app, IOS can have different title in local notification by submitting one built, but for Android version, I need to submit once for every version with different language in order to get it done?
I can see only Business and Enterprise version have mentioned “Revenue”, but not free version. Thus, it leads me have this wrong concept. Could you help me to have quick link to startup “in-app purchase”?
For A1. iOS does localization through their info.plist for native apps. Corona’s build.settings contains a plist table that’s copied to the apps info.plist, so as long as you’ve localized your app’s name for different countries/languages, the apps name should be properly localized. However I don’t know if we’ve ever tested it. We don’t support localization of Android apps through build.settings.
I can see where the OneSignal documentation may be confusing. It contains both SDK and Enterprise setup instructions. The SDK setup is a the top and there’s a link to jump to the Enterprise section.