Is anyone else aware of an iOS 13 related issue with using OneSignal? I’m getting this error now in my enterprise Corona app (native but using Corona as UI)
Couldn’t read values in CFPrefsPlistSource<0x28327c900> (Domain: group.xxxxx.xxxxxxx, User: kCFPreferencesAnyUser, ByHost: Yes, Container: (null), Contents Need Refresh: Yes): Using kCFPreferencesAnyUser with a container is only allowed for System Containers, detaching from cfprefsd
2019-10-08 12:00:08.956405-0500 xxxxxxx[5211:2433529] ERROR: Error registering with OneSignal: Error Domain=OneSignalError Code=400 “(null)” UserInfo={returned={
errors = (
“[“Identifier invalid format.”]”
The app builds and installs but won’t register any iOS 13 devices with OneSignal
Note: I am building in xCode 11
OneSignal posted this relating to iOS 13 challenges: https://onesignal.com/blog/ios-13-introduces-4-breaking-changes-to-notifications/
But it’s not specific to Corona / Native
https://github.com/OneSignal/OneSignal-iOS-SDK/issues/529 specifies that xCode 10 or below will still build and work for OneSignal iOS apps.
OneSignal has released some native source to the “fix” for iOS 13 building on xCode 11 - but it doesn’t help us Corona plugin users. https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/2.10.1
Any insight here guys?
Thanks!