Skip to content

Commit 463a6e7

Browse files
committed
iOS Fyber 8.21 -> 8.22
1 parent aa08386 commit 463a6e7

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

ios/RNFyber.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
420DF7F820ADAC2C002E5C74 /* FYBInterstitialNetworkAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FYBInterstitialNetworkAdapter.h; sourceTree = "<group>"; };
4747
420DF7F920ADAC2C002E5C74 /* FYBRewardedVideoControllerDismissReason.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FYBRewardedVideoControllerDismissReason.h; sourceTree = "<group>"; };
4848
420DF7FA20ADAC2C002E5C74 /* FYBBannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FYBBannerView.h; sourceTree = "<group>"; };
49-
420DF7FB20ADAC2C002E5C74 /* libFyberSDK-8.21.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libFyberSDK-8.21.0.a"; sourceTree = "<group>"; };
5049
420DF7FD20ADAC2C002E5C74 /* StartedBundleIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = StartedBundleIcon.png; sourceTree = "<group>"; };
5150
420DF7FE20ADAC2C002E5C74 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
5251
420DF7FF20ADAC2C002E5C74 /* UnstartedBundleIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UnstartedBundleIcon.png; sourceTree = "<group>"; };
@@ -90,6 +89,7 @@
9089
420DF82520ADAC2D002E5C74 /* FYBMediationBundleInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FYBMediationBundleInfo.h; sourceTree = "<group>"; };
9190
420DF85020AE02ED002E5C74 /* RNFyberUser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNFyberUser.m; sourceTree = "<group>"; };
9291
420DF85120AE02ED002E5C74 /* RNFyberUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNFyberUser.h; sourceTree = "<group>"; };
92+
42DBC21E2252732E00D51C2A /* libFyberSDK-8.22.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libFyberSDK-8.22.0.a"; sourceTree = "<group>"; };
9393
B52AD3A91DDA5401008AE987 /* RNFyberRewardedVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNFyberRewardedVideo.h; sourceTree = "<group>"; };
9494
B52AD3AA1DDA5401008AE987 /* RNFyberRewardedVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNFyberRewardedVideo.m; sourceTree = "<group>"; };
9595
B57498561CEFB0AB002F1EFF /* libRNFyber.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFyber.a; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -121,7 +121,7 @@
121121
420DF7F820ADAC2C002E5C74 /* FYBInterstitialNetworkAdapter.h */,
122122
420DF7F920ADAC2C002E5C74 /* FYBRewardedVideoControllerDismissReason.h */,
123123
420DF7FA20ADAC2C002E5C74 /* FYBBannerView.h */,
124-
420DF7FB20ADAC2C002E5C74 /* libFyberSDK-8.21.0.a */,
124+
42DBC21E2252732E00D51C2A /* libFyberSDK-8.22.0.a */,
125125
420DF7FC20ADAC2C002E5C74 /* Resources */,
126126
420DF80120ADAC2C002E5C74 /* FYBIntegrationAnalyzerViewController.h */,
127127
420DF80220ADAC2C002E5C74 /* FYBIntegrationAnalyzerError.h */,
@@ -245,6 +245,7 @@
245245
developmentRegion = English;
246246
hasScannedForEncodings = 0;
247247
knownRegions = (
248+
English,
248249
en,
249250
);
250251
mainGroup = B574984D1CEFB0AB002F1EFF;

ios/fyber-sdk-lib/FYBUser.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,22 @@
217217
*/
218218
- (void)setGDPRConsent:(BOOL)gdprConsent;
219219

220+
/**
221+
* Sets the consent data.
222+
*
223+
* @param gdprConsentData The consent data
224+
*
225+
* @since v8.22.0
226+
*/
227+
- (void)setGDPRConsentData:(NSDictionary<NSString *, NSString *> *)gdprConsentData;
228+
229+
/**
230+
* Clears the consent data of the user.
231+
*
232+
* @since v8.22.0
233+
*/
234+
- (void)clearGDPRConsentData;
235+
220236
///-------------------------
221237
/// Getters
222238
///-------------------------

ios/fyber-sdk-lib/FYB_SDK_versions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
//
66

77
static const NSInteger FYBSDKReleaseVersionNumberMajor = 8;
8-
static const NSInteger FYBSDKReleaseVersionNumberMinor = 21;
8+
static const NSInteger FYBSDKReleaseVersionNumberMinor = 22;
99
static const NSInteger FYBSDKReleaseVersionNumberPatch = 0;

0 commit comments

Comments
 (0)