Skip to content

Commit

Permalink
add SDK Ver 6.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Aug 24, 2023
1 parent 6888989 commit 0f6c83c
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 142 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.27.4"
s.version = "6.27.5"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
7 changes: 6 additions & 1 deletion FluctSDK-MediationAdapter/AMoAd/FSSAMoAd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@ private class FSSAMoAdInterstitialVideoDelegateBridge: AMoAdInterstitialVideoDel

/// 動画の再生中にユーザが×ボタンをタップして広告を閉じることを許可するか
@objc public var isCancellable: Bool {
return false
get {
return false
}
set {
// do nothing
}
}

@objc public init(sid: String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ - (instancetype)initWithDictionary:(NSDictionary *)dictionary
if (self) {
_rewardedVideo = rewardedVideo;
_rewardedVideo.delegate = self;
_rewardedVideo.isCancellable = NO;
}
return self;
}
Expand Down Expand Up @@ -185,7 +186,8 @@ - (void)amoadInterstitialVideoDidFailToPlayWithAmoadInterstitialVideo:(FSSAMoAdI
}

- (void)amoadInterstitialVideoDidShowWithAmoadInterstitialVideo:(FSSAMoAdInterstitialVideo *)amoadInterstitialVideo {
// TODO いつ呼ばれるか確認する
// DidStartの後に呼ばれる
// do nothing
}

- (void)amoadInterstitialVideoWillDismissWithAmoadInterstitialVideo:(FSSAMoAdInterstitialVideo *)amoadInterstitialVideo {
Expand Down
10 changes: 5 additions & 5 deletions FluctSDK.embeddedframework/FluctSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>FluctSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>FluctSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
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>
7x7V5c8S1KtDX9OI4kTOXJ7XI3s=
7DyOPFlk3nFqE8mNqMtygarT9EE=
</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.27.4"
s.version = "6.27.5"
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.27.4"
s.version = "6.27.5"
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.27.4"
s.version = "6.27.5"
s.author = "fluct,Inc."
s.requires_arc = true
s.static_framework = true
Expand Down
6 changes: 0 additions & 6 deletions SampleApp/Objective-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ target 'SampleApp' do
pod 'FluctSDK-MediationAdapter/Five', :path => '../../../FluctSDK-MediationAdapter.podspec'
pod 'FluctSDK-MediationAdapter/Pangle', :path => '../../../FluctSDK-MediationAdapter.podspec'

# AMoAdメディエーションを利用する場合はFluctSDK-MediationAdapter/AMoAdとは別に、AMoAd本体のインストールが必要です。
# AMoAdはご利用中のXcodeバージョンによって、お使いいただけるAMoAdバージョンが異なります。AMoAdリリースノートを参考にしてAMoAdのバージョンを直接ご指定ください。
# AMoAdリリースノート https://github.com/amoad/amoad-ios-sdk/releases
pod 'AMoAd', '6.1.12' # Xcode14.2をご利用中の場合の例
pod 'FluctSDK-MediationAdapter/AMoAd', :path => '../../../FluctSDK-MediationAdapter.podspec'

# AdMobのMediationにCustom EventでFluctSDKを入れる際には以下のpodが必須です
pod 'Google-Mobile-Ads-SDK'
# 実際に使うときは :path指定は不要です。
Expand Down
99 changes: 42 additions & 57 deletions SampleApp/Objective-C/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
PODS:
- AdColony (4.9.0)
- Ads-Global (5.2.1.1):
- Ads-Global/BUAdSDK (= 5.2.1.1)
- Ads-Global/BUAdSDK (5.2.1.1):
- Ads-Global (5.4.0.7):
- Ads-Global/BUAdSDK (= 5.4.0.7)
- Ads-Global/BUAdSDK (5.4.0.7):
- Ads-Global/BURelyAdSDK
- Ads-Global/Dep_Accurate
- Ads-Global/BURelyAdSDK (5.2.1.1)
- Ads-Global/Dep_Accurate (5.2.1.1):
- BURelyFoundation_Global/Pangle (= 0.1.1.0)
- AMoAd (6.1.12):
- ReachabilitySwift (~> 5.0.0)
- SnapKit (~> 5.6.0)
- Ads-Global/BURelyAdSDK (5.4.0.7)
- Ads-Global/Dep_Accurate (5.4.0.7):
- BURelyFoundation_Global/Pangle (= 0.1.2.3)
- AppLovinSDK (11.11.1)
- BURelyFoundation_Global/AFNetworking (0.1.1.0)
- BURelyFoundation_Global/Foundation (0.1.1.0):
- BURelyFoundation_Global/AFNetworking (0.1.2.3)
- BURelyFoundation_Global/APM (0.1.2.3)
- BURelyFoundation_Global/Foundation (0.1.2.3):
- BURelyFoundation_Global/NETWork
- BURelyFoundation_Global/Gecko (0.1.1.0):
- BURelyFoundation_Global/Gecko (0.1.2.3):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/Header (0.1.1.0)
- BURelyFoundation_Global/NETWork (0.1.1.0):
- BURelyFoundation_Global/Header (0.1.2.3)
- BURelyFoundation_Global/NETWork (0.1.2.3):
- BURelyFoundation_Global/AFNetworking
- BURelyFoundation_Global/Pangle (0.1.1.0):
- BURelyFoundation_Global/Pangle (0.1.2.3):
- BURelyFoundation_Global/AFNetworking
- BURelyFoundation_Global/APM
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/Gecko
- BURelyFoundation_Global/Header
Expand All @@ -30,42 +29,38 @@ PODS:
- BURelyFoundation_Global/YYModel
- BURelyFoundation_Global/ZFPlayer
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/SDWebImage (0.1.1.0):
- BURelyFoundation_Global/SDWebImage (0.1.2.3):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/YYModel (0.1.1.0)
- BURelyFoundation_Global/ZFPlayer (0.1.1.0):
- BURelyFoundation_Global/YYModel (0.1.2.3)
- BURelyFoundation_Global/ZFPlayer (0.1.2.3):
- BURelyFoundation_Global/Foundation
- BURelyFoundation_Global/Zip
- BURelyFoundation_Global/Zip (0.1.1.0):
- BURelyFoundation_Global/Zip (0.1.2.3):
- BURelyFoundation_Global/Foundation
- FiveAd (2.6.20230609)
- FluctSDK (6.27.4)
- FluctSDK-MediationAdapter/AdColony (6.27.4):
- FluctSDK (6.27.5)
- FluctSDK-MediationAdapter/AdColony (6.27.5):
- AdColony (>= 4.9.0)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/AMoAd (6.27.4):
- FluctSDK (>= 6.14.0)
- ReachabilitySwift
- SnapKit
- FluctSDK-MediationAdapter/AppLovin (6.27.4):
- FluctSDK-MediationAdapter/AppLovin (6.27.5):
- AppLovinSDK (>= 11.11.1)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Five (6.27.4):
- FluctSDK-MediationAdapter/Five (6.27.5):
- FiveAd (>= 2.6.20230609)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/maio (6.27.4):
- FluctSDK-MediationAdapter/maio (6.27.5):
- FluctSDK (>= 6.14.0)
- MaioSDK (>= 1.6.3)
- FluctSDK-MediationAdapter/nend (6.27.4):
- FluctSDK-MediationAdapter/nend (6.27.5):
- FluctSDK (>= 6.14.0)
- NendSDK_iOS (>= 8.0.1)
- FluctSDK-MediationAdapter/Pangle (6.27.4):
- FluctSDK-MediationAdapter/Pangle (6.27.5):
- Ads-Global (>= 5.2.1.1)
- FluctSDK (>= 6.14.0)
- FluctSDK-MediationAdapter/Tapjoy (6.27.4):
- FluctSDK-MediationAdapter/Tapjoy (6.27.5):
- FluctSDK (>= 6.14.0)
- TapjoySDK (>= 13.0.1)
- FluctSDK-MediationAdapter/UnityAds (6.27.4):
- FluctSDK-MediationAdapter/UnityAds (6.27.5):
- FluctSDK (>= 6.14.0)
- UnityAds (>= 4.7.1)
- Google-Mobile-Ads-SDK (10.4.0):
Expand All @@ -91,7 +86,7 @@ PODS:
- GoogleUtilities/Network (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleMobileAdsMediationFluct (6.27.4):
- GoogleMobileAdsMediationFluct (6.27.5):
- FluctSDK (>= 6.12.1)
- Google-Mobile-Ads-SDK (>= 9.8.0)
- GoogleUserMessagingPlatform (2.0.1)
Expand All @@ -113,27 +108,23 @@ PODS:
- GoogleUtilities/Reachability (7.11.1):
- GoogleUtilities/Logger
- MaioSDK (1.6.3)
- MaxMediationAdapterFluct (6.27.4):
- MaxMediationAdapterFluct (6.27.5):
- AppLovinSDK (>= 11.4.2)
- FluctSDK (>= 6.19.0)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- NendSDK_iOS (8.0.1)
- NendSDK_iOS (8.1.0)
- PromisesObjC (2.2.0)
- ReachabilitySwift (5.0.0)
- SnapKit (5.6.0)
- TapjoySDK (13.0.1)
- UnityAds (4.7.1)
- TapjoySDK (13.1.2)
- UnityAds (4.8.0)

DEPENDENCIES:
- AMoAd (= 6.1.12)
- AppLovinSDK
- FluctSDK (from `../../../FluctSDK.podspec`)
- FluctSDK-MediationAdapter/AdColony (from `../../../FluctSDK-MediationAdapter.podspec`)
- FluctSDK-MediationAdapter/AMoAd (from `../../../FluctSDK-MediationAdapter.podspec`)
- FluctSDK-MediationAdapter/AppLovin (from `../../../FluctSDK-MediationAdapter.podspec`)
- FluctSDK-MediationAdapter/Five (from `../../../FluctSDK-MediationAdapter.podspec`)
- FluctSDK-MediationAdapter/maio (from `../../../FluctSDK-MediationAdapter.podspec`)
Expand All @@ -149,7 +140,6 @@ SPEC REPOS:
trunk:
- AdColony
- Ads-Global
- AMoAd
- AppLovinSDK
- BURelyFoundation_Global
- FiveAd
Expand All @@ -161,8 +151,6 @@ SPEC REPOS:
- nanopb
- NendSDK_iOS
- PromisesObjC
- ReachabilitySwift
- SnapKit
- TapjoySDK
- UnityAds

Expand All @@ -178,28 +166,25 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AdColony: 4f3738dc633d7aaa8ec60729df973076cc8e97ed
Ads-Global: c6a661076d5dd1f6d4ccadab40684728574f22cc
AMoAd: 6db930880a4fdd707105b88af8804654e3ef9497
Ads-Global: 950d690a47204efd72dce8e0ddca2c3655087f2b
AppLovinSDK: f7c78880f52ee909c9b31a12a52ab579ef29edf1
BURelyFoundation_Global: a36d52a06d1798c0309fbeaa1a95692050e2e75f
BURelyFoundation_Global: 7e6a754cec3b3e103dc58969eaf568eaf2240825
FiveAd: c4f9e70545cbabba51307b5529e8cfcf3e8cbb03
FluctSDK: 347cbd94b3df4463ad58cfa6038116c84e326cef
FluctSDK-MediationAdapter: 496655299efb5d88e850fdf4d954604d8f3feec3
FluctSDK: 8caae72599517b4b092a83f6fc9684199f86eb81
FluctSDK-MediationAdapter: d38f7bf192e4c5e9d59f7de6371658a2b24c0a7d
Google-Mobile-Ads-SDK: 32fe7836431a06a29f7734ae092b600137c8108d
GoogleAppMeasurement: 0ba93018e916f7badf915c2337d43cc1fa96b3f9
GoogleMobileAdsMediationFluct: 53fab0dd767eec694757795a7f4ec8c6616effc2
GoogleMobileAdsMediationFluct: 84d05e0d5b82b3d8974453b644d9a3d13120b4e4
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
MaioSDK: a66f3974f8edb8053077b937c00081621d7142a6
MaxMediationAdapterFluct: d3befcf41e6e1e00dc0d392ca37ad5f82dc625d6
MaxMediationAdapterFluct: 6f9854e8c6d8a618c4ae008480dc02b3b3e1a3c6
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
NendSDK_iOS: ece43e55b584cc7ab06ac0b75c6506de79fea3fd
NendSDK_iOS: d54ea2751432cb4a078ccfa6a8aed861807afe46
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
TapjoySDK: 30df1515a5a0a16076c6610c517911657164b2c2
UnityAds: 7c095394cf4815bb607db6b98de86b06b068cb51
TapjoySDK: 3ae1f259048b6daa4a6ea7c2fcb0d111480d7bb1
UnityAds: 390144b2029ac9ce2ec81c3cfd0007686b59236a

PODFILE CHECKSUM: 4717900fb63734f1376552bc0f2e8da081db77c1
PODFILE CHECKSUM: 8ca2eb2796ee68c5df650b45be031c2be461e939

COCOAPODS: 1.12.1
6 changes: 0 additions & 6 deletions SampleApp/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ target 'SampleApp' do
pod 'FluctSDK-MediationAdapter/UnityAds', :path => '../../../FluctSDK-MediationAdapter.podspec'
pod 'FluctSDK-MediationAdapter/Five', :path => '../../../FluctSDK-MediationAdapter.podspec'
pod 'FluctSDK-MediationAdapter/Pangle', :path => '../../../FluctSDK-MediationAdapter.podspec'

# AMoAdメディエーションを利用する場合はFluctSDK-MediationAdapter/AMoAdとは別に、AMoAd本体のインストールが必要です。
# AMoAdはご利用中のXcodeバージョンによって、お使いいただけるAMoAdバージョンが異なります。AMoAdリリースノートを参考にしてAMoAdのバージョンを直接ご指定ください。
# AMoAdリリースノート https://github.com/amoad/amoad-ios-sdk/releases
pod 'AMoAd', '6.1.12' # Xcode14.2をご利用中の場合の例
pod 'FluctSDK-MediationAdapter/AMoAd', :path => '../../../FluctSDK-MediationAdapter.podspec'

# AdMobのMediationにCustom EventでFluctSDKを入れる際には以下のpodが必須です
pod 'Google-Mobile-Ads-SDK'
Expand Down
Loading

0 comments on commit 0f6c83c

Please sign in to comment.