Skip to content

Commit

Permalink
add SDK Ver 6.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Sep 25, 2024
1 parent d7ade6b commit 086438d
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 49 deletions.
4 changes: 2 additions & 2 deletions 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.37.1"
s.version = "6.37.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down Expand Up @@ -52,7 +52,7 @@ Pod::Spec.new do |s|
s.subspec "Five" do |ss|
ss.source_files = "FluctSDK-MediationAdapter/Five/*.{h,m}"
ss.dependency "FluctSDK", ">=6.14.0"
ss.dependency "FiveAd", '=2.7.20240411'
ss.dependency "FiveAd", '=2.8.20240827'
ss.ios.deployment_target = "12.0"
end

Expand Down
13 changes: 0 additions & 13 deletions FluctSDK-MediationAdapter/Five/FSSRewardedVideoCustomEventFive.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,6 @@ - (FSSRewardedVideoADNWStatus)loadStatus {
}

- (void)presentRewardedVideoAdFromViewController:(UIViewController *)viewController {
if (self.rewardedVideo.state != kFADStateLoaded) {
self.adnwStatus = FSSRewardedVideoADNWStatusNotDisplayable;
NSError *fluctError = [NSError errorWithDomain:FSSVideoErrorSDKDomain
code:FSSVideoErrorNotReady
userInfo:nil];
NSError *fiveError = [NSError errorWithDomain:FSSVideoErrorSDKDomain
code:FiveErrorExtendNotReady
userInfo:nil];
[self.delegate rewardedVideoDidFailToPlayForCustomEvent:self
fluctError:fluctError
adnetworkError:fiveError];
return;
}
[self.rewardedVideo showWithViewController:viewController];
[self.delegate rewardedVideoWillAppearForCustomEvent:self];
}
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>
HTyrDUlHPQBnf+LFnbjJZuB/Ujk=
k4HwwBf0WMsEzRTeqR85zQeKdRI=
</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.37.1"
s.version = "6.37.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.37.1"
s.version = "6.37.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.37.1"
s.version = "6.37.2"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
30 changes: 15 additions & 15 deletions SampleApp/Objective-C/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@ PODS:
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/Zip (1.0.0.0):
- BURelyFoundation_Global/Foundation
- FiveAd (2.7.20240411)
- FluctSDK (6.37.1)
- FluctSDK-MediationAdapter/AppLovin (6.37.1):
- FiveAd (2.8.20240827)
- FluctSDK (6.37.2)
- FluctSDK-MediationAdapter/AppLovin (6.37.2):
- AppLovinSDK (= 13.0.0)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.37.1):
- FiveAd (= 2.7.20240411)
- FluctSDK-MediationAdapter/Five (6.37.2):
- FiveAd (= 2.8.20240827)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.37.1):
- FluctSDK-MediationAdapter/maio (6.37.2):
- FluctSDK (>= 6.14.0)
- MaioSDK-v2 (= 2.1.5)
- FluctSDK-MediationAdapter/Pangle (6.37.1):
- FluctSDK-MediationAdapter/Pangle (6.37.2):
- Ads-Global (= 6.1.0.6)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/UnityAds (6.37.1):
- FluctSDK-MediationAdapter/UnityAds (6.37.2):
- FluctSDK (>= 6.14.0)
- UnityAds (= 4.12.1)
- Google-Mobile-Ads-SDK (11.1.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleMobileAdsMediationFluct (6.37.1):
- GoogleMobileAdsMediationFluct (6.37.2):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.2.0)
- MaioSDK-v2 (2.1.5)
- MaxMediationAdapterFluct (6.37.1):
- MaxMediationAdapterFluct (6.37.2):
- AppLovinSDK (>= 13.0.0)
- FluctSDK (>= 6.19.0)
- UnityAds (4.12.1)
Expand Down Expand Up @@ -100,14 +100,14 @@ SPEC CHECKSUMS:
Ads-Global: 907f4b2b94d722b33ef58e8b5a8d522718117273
AppLovinSDK: c0ecb434df24008b6ecdd7f1e5b8587bc45ff381
BURelyFoundation_Global: d8099571ab7a0767ec0a334052108e33ff6d8a3f
FiveAd: 27375ac7fde76085544389cc090d744149fdbe78
FluctSDK: ba66aba3bdf30c3c2da3fcf53ac8be8b40cf90d5
FluctSDK-MediationAdapter: ce15ce12d4e8cc95be0ca72993d80121f10f9fbd
FiveAd: 1d6b833138351af2fb2248897eac71531c21cfd6
FluctSDK: 0d53815212b636730b6ec0d03bb81d3b4d6c0db7
FluctSDK-MediationAdapter: 15f4cd016dfb85f28ba01f907faab4e34542caa8
Google-Mobile-Ads-SDK: 4a1f2ccef63660f9a74efc6a6ea979483d421aaa
GoogleMobileAdsMediationFluct: 9c3c6694170ed42c34080cf9823be9ceba9bd629
GoogleMobileAdsMediationFluct: 13b68be963c78d3f5360afa1148707be5756e8a3
GoogleUserMessagingPlatform: d31dbfb40ec02c5d9683029815c5d5a7f46389ee
MaioSDK-v2: 548968f22aa62f4955780d24f197eb205148082c
MaxMediationAdapterFluct: eb101785933bfc0f1c3b4bd45947e8a2de383bfb
MaxMediationAdapterFluct: fc78006a95ea43ca33cfcbf86d18cb70e9cedf57
UnityAds: f89ac1e717f5d566a58479a5b7cb9ed3a744cae3

PODFILE CHECKSUM: c61ebc569a4f7d73340bd85750e2a46f96f9084c
Expand Down
30 changes: 15 additions & 15 deletions SampleApp/Swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@ PODS:
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/Zip (1.0.0.0):
- BURelyFoundation_Global/Foundation
- FiveAd (2.7.20240411)
- FluctSDK (6.37.1)
- FluctSDK-MediationAdapter/AppLovin (6.37.1):
- FiveAd (2.8.20240827)
- FluctSDK (6.37.2)
- FluctSDK-MediationAdapter/AppLovin (6.37.2):
- AppLovinSDK (= 13.0.0)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.37.1):
- FiveAd (= 2.7.20240411)
- FluctSDK-MediationAdapter/Five (6.37.2):
- FiveAd (= 2.8.20240827)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.37.1):
- FluctSDK-MediationAdapter/maio (6.37.2):
- FluctSDK (>= 6.14.0)
- MaioSDK-v2 (= 2.1.5)
- FluctSDK-MediationAdapter/Pangle (6.37.1):
- FluctSDK-MediationAdapter/Pangle (6.37.2):
- Ads-Global (= 6.1.0.6)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/UnityAds (6.37.1):
- FluctSDK-MediationAdapter/UnityAds (6.37.2):
- FluctSDK (>= 6.14.0)
- UnityAds (= 4.12.1)
- Google-Mobile-Ads-SDK (11.1.0):
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleMobileAdsMediationFluct (6.37.1):
- GoogleMobileAdsMediationFluct (6.37.2):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.2.0)
- MaioSDK-v2 (2.1.5)
- MaxMediationAdapterFluct (6.37.1):
- MaxMediationAdapterFluct (6.37.2):
- AppLovinSDK (>= 13.0.0)
- FluctSDK (>= 6.19.0)
- UnityAds (4.12.1)
Expand Down Expand Up @@ -100,14 +100,14 @@ SPEC CHECKSUMS:
Ads-Global: 907f4b2b94d722b33ef58e8b5a8d522718117273
AppLovinSDK: c0ecb434df24008b6ecdd7f1e5b8587bc45ff381
BURelyFoundation_Global: d8099571ab7a0767ec0a334052108e33ff6d8a3f
FiveAd: 27375ac7fde76085544389cc090d744149fdbe78
FluctSDK: ba66aba3bdf30c3c2da3fcf53ac8be8b40cf90d5
FluctSDK-MediationAdapter: ce15ce12d4e8cc95be0ca72993d80121f10f9fbd
FiveAd: 1d6b833138351af2fb2248897eac71531c21cfd6
FluctSDK: 0d53815212b636730b6ec0d03bb81d3b4d6c0db7
FluctSDK-MediationAdapter: 15f4cd016dfb85f28ba01f907faab4e34542caa8
Google-Mobile-Ads-SDK: 4a1f2ccef63660f9a74efc6a6ea979483d421aaa
GoogleMobileAdsMediationFluct: 9c3c6694170ed42c34080cf9823be9ceba9bd629
GoogleMobileAdsMediationFluct: 13b68be963c78d3f5360afa1148707be5756e8a3
GoogleUserMessagingPlatform: d31dbfb40ec02c5d9683029815c5d5a7f46389ee
MaioSDK-v2: 548968f22aa62f4955780d24f197eb205148082c
MaxMediationAdapterFluct: eb101785933bfc0f1c3b4bd45947e8a2de383bfb
MaxMediationAdapterFluct: fc78006a95ea43ca33cfcbf86d18cb70e9cedf57
UnityAds: f89ac1e717f5d566a58479a5b7cb9ed3a744cae3

PODFILE CHECKSUM: b2342549e8173b7d8f6de4bb18b654e3985f60c1
Expand Down

0 comments on commit 086438d

Please sign in to comment.