How can we help?
I'm going through the Apple privacy manifest stuff currently.
We're currently behind and I realise I should update the OneSignal SDK dependencies on our project to get the releases that include the PrivacyInfo.xcprivacy files for your SDK.
However, can I confirm that the current one for your SDK is correct? For example Core & the Extension currently only list User Defaults reason CA92.1:
Shouldn't they also declare 1C8F.1 since defaults in app groups are being used?
|
[OneSignalUserDefaults.initShared saveIntegerForKey:ONESIGNAL_BADGE_KEY withValue:value]; |
Code of Conduct
How can we help?
I'm going through the Apple privacy manifest stuff currently.
We're currently behind and I realise I should update the OneSignal SDK dependencies on our project to get the releases that include the
PrivacyInfo.xcprivacyfiles for your SDK.However, can I confirm that the current one for your SDK is correct? For example Core & the Extension currently only list User Defaults reason
CA92.1:OneSignal-iOS-SDK/iOS_SDK/OneSignalSDK/OneSignalExtension/PrivacyInfo.xcprivacy
Line 39 in 5e3d8e4
Shouldn't they also declare
1C8F.1since defaults in app groups are being used?OneSignal-iOS-SDK/iOS_SDK/OneSignalSDK/OneSignalExtension/OneSignalExtensionBadgeHandler.m
Line 63 in 5e3d8e4
Code of Conduct