I saw latest version 2.11.1 in releases
but in doc still shows
target 'project_name' do
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end
Why ????
Also in 2.6.2 version for iOS >= 13
Getting this
2019-11-13 15:11:51.336195+0530 Russcher[2497:718486] ERROR: Encountered error during push registration with OneSignal: Error Domain=OneSignalError Code=400 "(null)" UserInfo={returned={
errors = (
"[\"Identifier invalid format.\"]"
);
success = 0;
}}
I'm on 2.8.5 and am seeing this issue as well on iOS >= 13.
@cdunkel : Use 2.11.1
Most helpful comment
@cdunkel : Use 2.11.1