File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
iOS_SDK/OneSignalSDK/Source Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1703,15 +1703,6 @@ + (void)registerUserInternal {
17031703 mLastNotificationTypes = notificationTypes;
17041704 dataDic[@" notification_types" ] = [NSNumber numberWithInt: notificationTypes];
17051705
1706- let ASIdentifierManagerClass = NSClassFromString (@" ASIdentifierManager" );
1707- if (ASIdentifierManagerClass) {
1708- id asIdManager = [ASIdentifierManagerClass valueForKey: @" sharedManager" ];
1709- if ([[asIdManager valueForKey: @" advertisingTrackingEnabled" ] isEqual: [NSNumber numberWithInt: 1 ]])
1710- dataDic[@" as_id" ] = [[asIdManager valueForKey: @" advertisingIdentifier" ] UUIDString ];
1711- else
1712- dataDic[@" as_id" ] = @" OptedOut" ;
1713- }
1714-
17151706 let CTTelephonyNetworkInfoClass = NSClassFromString (@" CTTelephonyNetworkInfo" );
17161707 if (CTTelephonyNetworkInfoClass) {
17171708 id instance = [[CTTelephonyNetworkInfoClass alloc ] init ];
You can’t perform that action at this time.
0 commit comments