Skip to content

Commit

Permalink
Updated source
Browse files Browse the repository at this point in the history
* commit 'b80c9dcb31be4b018198400bf0244887c740f494':
  updated source
  • Loading branch information
asharmaa committed Oct 6, 2022
2 parents 1ce912d + b80c9dc commit e775e19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdk/sourcefiles/internal/ANUniversalTagRequestBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,19 @@ -(void)getAdFramework:(NSMutableDictionary *)tag{


- (NSDictionary *)sdk {
#if !APPNEXUS_NATIVE_MACOS_SDK

return @{
@"source" : @"ansdk",
@"version" : AN_SDK_VERSION
};
#else
return @{
@"source" : @"ansdk-macos",
@"version" : AN_SDK_VERSION
};
#endif

}

- (NSDictionary *)getGDPRConsentObject
Expand Down

0 comments on commit e775e19

Please sign in to comment.