I’m guessing the documentation at https://documentation.onesignal.com/docs/corona-sdk-setup is a little out of date.
I’m updating an older Android project and as part of that I picked up the latest JARs / so for corona onesignal.
When my app initializes I get a fatal exception:
01-17 14:33:07.122 3025-3057/com.mycompany.myapp I/Corona: Starting Corona OneSignal SDK v1.13.3
…
01-17 14:08:53.033 2104-2141/? E/AndroidRuntime: FATAL EXCEPTION: FocusHandlerThread Process: com.sporcle.android.sporclelive, PID: 2104 java.lang.IllegalArgumentException: No such service ComponentInfo{com.mycompany.myapp/com.onesignal.SyncJobService}
The documentation above doesn’t mention anything about SyncJobService, which would likely explain my issue. What changes do I need to make to my AndroidManifest.xml to support this version of your plugin?
Thanks.