We are using OneSignal to send push notifications. We would like to insert image into notifications. On Android it’s correctly working but not with iOS. On the OneSignal administration panel, they said “Use oneSignal SDK iOS 2.1.1”
Maybe the oneSignal plugin for corona Enterprise is not up to date. In fact in the latest dailybuild of corona Enterprise, the oneSignal plugin was not updated since the build 2015.2731. The rich notification on iOS appeared on summer 2016, it’s possible oneSignal was not updated.
We are shooting for a 2.0 release of our Corona SDK around the beginning of December. It will include the native code for both our iOS 2.0 SDK and Android 3.0 SDKs. The release will support the iOS 10 media attachments noted in our dashboard.
@tech47 Sorry for the delay on this. We have been focusing on improving our iOS native SDK that our Corona SDK also uses. One of them being moving our media attachments implementation to use a Notification Service Extension instead of using content-available. This fixes reliability issues with the feature as before the app won’t wake up to display the notification if it was force-quite by swiping the app away.
It doesn’t seem Corona support Application Extension for Corona but awaiting to hear back from them to confirm.
Since you are a Corona Enterprise user you could use our Native iOS SDK in your Xcode project.
We are shooting for a 2.0 release of our Corona SDK around the beginning of December. It will include the native code for both our iOS 2.0 SDK and Android 3.0 SDKs. The release will support the iOS 10 media attachments noted in our dashboard.
@tech47 Sorry for the delay on this. We have been focusing on improving our iOS native SDK that our Corona SDK also uses. One of them being moving our media attachments implementation to use a Notification Service Extension instead of using content-available. This fixes reliability issues with the feature as before the app won’t wake up to display the notification if it was force-quite by swiping the app away.
It doesn’t seem Corona support Application Extension for Corona but awaiting to hear back from them to confirm.
Since you are a Corona Enterprise user you could use our Native iOS SDK in your Xcode project.