Skip to content

Commit

Permalink
add SDK Ver 6.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Jul 26, 2024
1 parent 582e1c6 commit 4a6646f
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 60 deletions.
2 changes: 1 addition & 1 deletion FluctSDK-MediationAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "FluctSDK-MediationAdapter"
s.summary = "Mediation Adapter for FluctSDK ad Framework"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.36.1"
s.version = "6.36.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</data>
<key>Info.plist</key>
<data>
T8l2Y6rG3rn6oB8uuyM7y8aWFAc=
0gzuSmm70Edtd/8LK5bSqd9u1aM=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion FluctSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "FluctSDK"
s.summary = "FluctSDK ad Framework"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.36.1"
s.version = "6.36.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.homepage = "https://fluct.jp/"
Expand Down
2 changes: 1 addition & 1 deletion GoogleMobileAdsMediationFluct.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "GoogleMobileAdsMediationFluct"
s.summary = "fluct adapter used for mediation with the Google Mobile Ads SDK"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.36.1"
s.version = "6.36.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
2 changes: 1 addition & 1 deletion MaxMediationAdapterFluct.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "MaxMediationAdapterFluct"
s.summary = "fluct adapter used for mediation with the AppLovin MAX SDK"
s.license = { :type => "Copyright", :text => "Copyright (c) fluct,Inc. All rights reserved." }
s.version = "6.36.1"
s.version = "6.36.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
32 changes: 1 addition & 31 deletions MaxMediationAdapterFluct/ALFluctMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ - (void)loadRewardedAdForParameters:(nonnull id<MAAdapterResponseParameters>)par
});

[FSSRewardedVideo.sharedInstance loadRewardedVideoWithGroupId:groupID
unitId:unitID
targeting:[ALFluctMediationAdapter generateTargetingFromTargetData:ALSdk.shared.targetingData]];
unitId:unitID];
}

- (void)showRewardedAdForParameters:(nonnull id<MAAdapterResponseParameters>)parameters
Expand Down Expand Up @@ -170,35 +169,6 @@ + (MAAdapterError *)maxErrorFromFluctError:(NSError *)error {
mediatedNetworkErrorMessage:error.localizedDescription];
}

+ (FSSAdRequestTargeting *_Nullable)generateTargetingFromTargetData:(ALTargetingData *_Nullable)targetData {
if (!targetData) {
return nil;
}

FSSAdRequestTargeting *targeting = [FSSAdRequestTargeting new];

switch (targetData.gender) {
case ALGenderFemale:
targeting.gender = FSSGenderFemale;
break;
case ALGenderMale:
targeting.gender = FSSGenderMale;
break;
case ALGenderUnknown:
case ALGenderOther:
default:
targeting.gender = FSSGenderUnknown;
}

if (targetData.yearOfBirth) {
NSDateComponents *comps = [[NSDateComponents alloc] init];
[comps setYear:[targetData.yearOfBirth intValue]];
targeting.birthday = [[NSCalendar currentCalendar] dateFromComponents:comps];
}

return targeting;
}

+ (BOOL)canDeliverAds:(nonnull id<MAAdapterResponseParameters>)parameters {
// GDPR
NSNumber *userConsent = parameters.userConsent;
Expand Down
24 changes: 12 additions & 12 deletions SampleApp/Objective-C/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@ PODS:
- BURelyFoundation_Global/Zip (0.3.0.0):
- BURelyFoundation_Global/Foundation
- FiveAd (2.7.20240411)
- FluctSDK (6.36.1)
- FluctSDK-MediationAdapter/AppLovin (6.36.1):
- FluctSDK (6.36.2)
- FluctSDK-MediationAdapter/AppLovin (6.36.2):
- AppLovinSDK (= 12.4.1)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.36.1):
- FluctSDK-MediationAdapter/Five (6.36.2):
- FiveAd (= 2.7.20240411)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.36.1):
- FluctSDK-MediationAdapter/maio (6.36.2):
- FluctSDK (>= 6.14.0)
- MaioSDK (= 1.6.5)
- FluctSDK-MediationAdapter/Pangle (6.36.1):
- FluctSDK-MediationAdapter/Pangle (6.36.2):
- Ads-Global (= 6.0.0.6)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/UnityAds (6.36.1):
- FluctSDK-MediationAdapter/UnityAds (6.36.2):
- FluctSDK (>= 6.14.0)
- UnityAds (= 4.12.1)
- Google-Mobile-Ads-SDK (11.1.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleMobileAdsMediationFluct (6.36.1):
- GoogleMobileAdsMediationFluct (6.36.2):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.2.0)
- MaioSDK (1.6.5)
- MaxMediationAdapterFluct (6.36.1):
- MaxMediationAdapterFluct (6.36.2):
- AppLovinSDK (>= 12.4.1)
- FluctSDK (>= 6.19.0)
- UnityAds (4.12.1)
Expand Down Expand Up @@ -101,13 +101,13 @@ SPEC CHECKSUMS:
AppLovinSDK: c57ad0d34625c971d2db127f8ef60570b28ff51a
BURelyFoundation_Global: d00389bb70e40dfe48123b70a6a148a989b8c798
FiveAd: 27375ac7fde76085544389cc090d744149fdbe78
FluctSDK: 175a51143b2096bc1af9fa1bf2d984ecf5b29bbd
FluctSDK-MediationAdapter: 6f989c9f590f1ab9ca9e868ea37d39a194ee4796
FluctSDK: 42cd01c10e97f95a0615a7464110a0c566b098ce
FluctSDK-MediationAdapter: b394f604764f3f6c955c4e74508fce653ec43069
Google-Mobile-Ads-SDK: 4a1f2ccef63660f9a74efc6a6ea979483d421aaa
GoogleMobileAdsMediationFluct: 99e7e3108da116ad39d3d706f3842fa66e55a503
GoogleMobileAdsMediationFluct: 7bc355823bda367813d65020caa396b13bb29ec6
GoogleUserMessagingPlatform: d31dbfb40ec02c5d9683029815c5d5a7f46389ee
MaioSDK: 446fc1750b18e839fef979b22e790c767ed12a69
MaxMediationAdapterFluct: 68c6bf25d807ca928aa4b8b85002d6158e0c45c4
MaxMediationAdapterFluct: c8ee5bdde924bb992a3c3a5604ac7eeee811c982
UnityAds: f89ac1e717f5d566a58479a5b7cb9ed3a744cae3

PODFILE CHECKSUM: c61ebc569a4f7d73340bd85750e2a46f96f9084c
Expand Down
24 changes: 12 additions & 12 deletions SampleApp/Swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@ PODS:
- BURelyFoundation_Global/Zip (0.3.0.0):
- BURelyFoundation_Global/Foundation
- FiveAd (2.7.20240411)
- FluctSDK (6.36.1)
- FluctSDK-MediationAdapter/AppLovin (6.36.1):
- FluctSDK (6.36.2)
- FluctSDK-MediationAdapter/AppLovin (6.36.2):
- AppLovinSDK (= 12.4.1)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.36.1):
- FluctSDK-MediationAdapter/Five (6.36.2):
- FiveAd (= 2.7.20240411)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.36.1):
- FluctSDK-MediationAdapter/maio (6.36.2):
- FluctSDK (>= 6.14.0)
- MaioSDK (= 1.6.5)
- FluctSDK-MediationAdapter/Pangle (6.36.1):
- FluctSDK-MediationAdapter/Pangle (6.36.2):
- Ads-Global (= 6.0.0.6)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/UnityAds (6.36.1):
- FluctSDK-MediationAdapter/UnityAds (6.36.2):
- FluctSDK (>= 6.14.0)
- UnityAds (= 4.12.1)
- Google-Mobile-Ads-SDK (11.1.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleMobileAdsMediationFluct (6.36.1):
- GoogleMobileAdsMediationFluct (6.36.2):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.2.0)
- MaioSDK (1.6.5)
- MaxMediationAdapterFluct (6.36.1):
- MaxMediationAdapterFluct (6.36.2):
- AppLovinSDK (>= 12.4.1)
- FluctSDK (>= 6.19.0)
- UnityAds (4.12.1)
Expand Down Expand Up @@ -101,13 +101,13 @@ SPEC CHECKSUMS:
AppLovinSDK: c57ad0d34625c971d2db127f8ef60570b28ff51a
BURelyFoundation_Global: d00389bb70e40dfe48123b70a6a148a989b8c798
FiveAd: 27375ac7fde76085544389cc090d744149fdbe78
FluctSDK: 175a51143b2096bc1af9fa1bf2d984ecf5b29bbd
FluctSDK-MediationAdapter: 6f989c9f590f1ab9ca9e868ea37d39a194ee4796
FluctSDK: 42cd01c10e97f95a0615a7464110a0c566b098ce
FluctSDK-MediationAdapter: b394f604764f3f6c955c4e74508fce653ec43069
Google-Mobile-Ads-SDK: 4a1f2ccef63660f9a74efc6a6ea979483d421aaa
GoogleMobileAdsMediationFluct: 99e7e3108da116ad39d3d706f3842fa66e55a503
GoogleMobileAdsMediationFluct: 7bc355823bda367813d65020caa396b13bb29ec6
GoogleUserMessagingPlatform: d31dbfb40ec02c5d9683029815c5d5a7f46389ee
MaioSDK: 446fc1750b18e839fef979b22e790c767ed12a69
MaxMediationAdapterFluct: 68c6bf25d807ca928aa4b8b85002d6158e0c45c4
MaxMediationAdapterFluct: c8ee5bdde924bb992a3c3a5604ac7eeee811c982
UnityAds: f89ac1e717f5d566a58479a5b7cb9ed3a744cae3

PODFILE CHECKSUM: b2342549e8173b7d8f6de4bb18b654e3985f60c1
Expand Down

0 comments on commit 4a6646f

Please sign in to comment.