Skip to content

Commit

Permalink
removing adid from userstate
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Apr 9, 2021
1 parent 5f071c0 commit f1c05ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions iOS_SDK/OneSignalSDK/Source/OSUserState.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ THE SOFTWARE.
@property (strong, nonatomic, readwrite, nullable) NSString *deviceOs;
@property (strong, nonatomic, readwrite, nullable) NSNumber *timezone;
@property (strong, nonatomic, readwrite, nullable) NSString *timezoneId;
//This property is no longer being populated with vendor id
@property (strong, nonatomic, readwrite, nullable) NSString *adId;
@property (strong, nonatomic, readwrite, nullable) NSString *sdk;
@property (strong, nonatomic, readwrite, nullable) NSString *sdkType;
@property (strong, nonatomic, readwrite, nullable) NSString *externalUserId;
Expand Down
1 change: 0 additions & 1 deletion iOS_SDK/OneSignalSDK/Source/OSUserState.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ - (NSDictionary*)toDictionary {
_deviceOs, @"device_os",
_timezone, @"timezone",
_timezoneId, @"timezone_id",
_adId, @"ad_id",
_sdk, @"sdk",
nil];

Expand Down

0 comments on commit f1c05ef

Please sign in to comment.