appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

error post install - include statically linked binaries #47

Closed MrNapcae closed 4 years ago

MrNapcae commented 4 years ago

Ошибка при установке podfile

`platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

source 'https://github.com/appodeal/CocoaPods.git' source 'https://cdn.cocoapods.org/'

install! 'cocoapods', :deterministic_uuids => false, :warn_for_multiple_pod_sources => false

def appodeal pod 'APDAdColonyAdapter', '2.7.2.1-Beta' pod 'APDAppLovinAdapter', '2.7.2.1-Beta' pod 'APDAppodealAdExchangeAdapter', '2.7.2.1-Beta' pod 'APDChartboostAdapter', '2.7.2.1-Beta' pod 'APDFacebookAudienceAdapter', '2.7.2.1-Beta' pod 'APDInMobiAdapter', '2.7.2.1-Beta' pod 'APDIronSourceAdapter', '2.7.2.1-Beta' pod 'APDMintegralAdapter', '2.7.2.1-Beta' pod 'APDMyTargetAdapter', '2.7.2.1-Beta' pod 'APDOguryAdapter', '2.7.2.1-Beta' pod 'APDPubnativeAdapter', '2.7.2.1-Beta' pod 'APDSmaatoAdapter', '2.7.2.1-Beta' pod 'APDStartAppAdapter', '2.7.2.1-Beta' pod 'APDTapjoyAdapter', '2.7.2.1-Beta' pod 'APDUnityAdapter', '2.7.2.1-Beta' pod 'APDVungleAdapter', '2.7.2.1-Beta' pod 'APDYandexAdapter', '2.7.2.1-Beta' end

def add_flipper_pods!(versions = {}) versions['Flipper'] ||= '~> 0.33.1' versions['DoubleConversion'] ||= '1.1.7' versions['Flipper-Folly'] ||= '~> 2.1' versions['Flipper-Glog'] ||= '0.3.6' versions['Flipper-PeerTalk'] ||= '~> 0.0.4' versions['Flipper-RSocket'] ||= '~> 1.0'

pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/SKIOSNetworkPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitUserDefaultsPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitReactPlugin', versions['Flipper'], :configuration => 'Debug'

List all transitive dependencies for FlipperKit pods

to avoid them being linked in Release builds

pod 'Flipper', versions['Flipper'], :configuration => 'Debug' pod 'Flipper-DoubleConversion', versions['DoubleConversion'], :configuration => 'Debug' pod 'Flipper-Folly', versions['Flipper-Folly'], :configuration => 'Debug' pod 'Flipper-Glog', versions['Flipper-Glog'], :configuration => 'Debug' pod 'Flipper-PeerTalk', versions['Flipper-PeerTalk'], :configuration => 'Debug' pod 'Flipper-RSocket', versions['Flipper-RSocket'], :configuration => 'Debug' pod 'FlipperKit/Core', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/CppBridge', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FBCxxFollyDynamicConvert', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FBDefines', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FKPortForwarding', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitHighlightOverlay', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug' end

target 'thegame' do

Pods for thegame

pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" pod 'React', :path => '../node_modules/react-native/' pod 'React-Core', :path => '../node_modules/react-native/' pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules' pod 'React-Core/DevSupport', :path => '../node_modules/react-native/' pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'

pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true

pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'

appodeal

use_native_modules! use_frameworks! end`

$ cd ios && pod install && cd .. && react-native run-ios Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration Detected React Native module pods for RNFBAnalytics, RNFBApp, RNFastImage, and RNSVG Analyzing dependencies Downloading dependencies Installing Firebase (6.27.1) Installing FirebaseAnalytics (6.6.2) Installing FirebaseCore (6.8.1) Installing FirebaseCoreDiagnostics (1.4.0) Installing FirebaseInstallations (1.4.0) Installing GoogleAppMeasurement (6.6.2) Installing GoogleDataTransport (6.2.1) Installing GoogleDataTransportCCTSupport (3.2.0) Installing GoogleUtilities (6.6.0) Installing PromisesObjC (1.2.9) Installing RNFBAnalytics (7.3.1) Installing RNFBApp (8.2.0) Installing RNFastImage (8.1.5) Installing RNSVG (12.1.0) Installing SDWebImage (5.8.3) Installing SDWebImageWebPCoder (0.4.1) Installing libwebp (1.1.0) Installing nanopb (1.30905.0) [!] The 'Pods-thegame' target has transitive dependencies that include statically linked binaries: (FirebaseCore, FirebaseCoreDiagnostics, GoogleDataTransportCCTSupport, GoogleDataTransport, and FirebaseInstallations)

staskochkin commented 4 years ago

Hello @MrNapcae. Please try to add pre_install hook into your Podfile

pre_install do |installer|
  installer.pod_targets.each do |pod|
    if pod.name.start_with?('RNFB')
      def pod.build_type;
        Pod::BuildType.static_library
      end
    end
  end
end
MrNapcae commented 4 years ago

platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

source 'https://github.com/appodeal/CocoaPods.git' source 'https://cdn.cocoapods.org/'

pre_install do |installer| installer.pod_targets.each do |pod| if pod.name.start_with?('RNFB') def pod.build_type; Pod::BuildType.static_library end end end end

install! 'cocoapods', :deterministic_uuids => false, :warn_for_multiple_pod_sources => false

def appodeal pod 'APDAdColonyAdapter', '2.7.2.1-Beta' pod 'APDAppLovinAdapter', '2.7.2.1-Beta' pod 'APDAppodealAdExchangeAdapter', '2.7.2.1-Beta' pod 'APDChartboostAdapter', '2.7.2.1-Beta' pod 'APDFacebookAudienceAdapter', '2.7.2.1-Beta' pod 'APDInMobiAdapter', '2.7.2.1-Beta' pod 'APDIronSourceAdapter', '2.7.2.1-Beta' pod 'APDMintegralAdapter', '2.7.2.1-Beta' pod 'APDMyTargetAdapter', '2.7.2.1-Beta' pod 'APDOguryAdapter', '2.7.2.1-Beta' pod 'APDPubnativeAdapter', '2.7.2.1-Beta' pod 'APDSmaatoAdapter', '2.7.2.1-Beta' pod 'APDStartAppAdapter', '2.7.2.1-Beta' pod 'APDTapjoyAdapter', '2.7.2.1-Beta' pod 'APDUnityAdapter', '2.7.2.1-Beta' pod 'APDVungleAdapter', '2.7.2.1-Beta' pod 'APDYandexAdapter', '2.7.2.1-Beta' end

def add_flipper_pods!(versions = {}) versions['Flipper'] ||= '~> 0.33.1' versions['DoubleConversion'] ||= '1.1.7' versions['Flipper-Folly'] ||= '~> 2.1' versions['Flipper-Glog'] ||= '0.3.6' versions['Flipper-PeerTalk'] ||= '~> 0.0.4' versions['Flipper-RSocket'] ||= '~> 1.0'

pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/SKIOSNetworkPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitUserDefaultsPlugin', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitReactPlugin', versions['Flipper'], :configuration => 'Debug'

List all transitive dependencies for FlipperKit pods

to avoid them being linked in Release builds

pod 'Flipper', versions['Flipper'], :configuration => 'Debug' pod 'Flipper-DoubleConversion', versions['DoubleConversion'], :configuration => 'Debug' pod 'Flipper-Folly', versions['Flipper-Folly'], :configuration => 'Debug' pod 'Flipper-Glog', versions['Flipper-Glog'], :configuration => 'Debug' pod 'Flipper-PeerTalk', versions['Flipper-PeerTalk'], :configuration => 'Debug' pod 'Flipper-RSocket', versions['Flipper-RSocket'], :configuration => 'Debug' pod 'FlipperKit/Core', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/CppBridge', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FBCxxFollyDynamicConvert', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FBDefines', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FKPortForwarding', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitHighlightOverlay', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug' pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug' end

target 'thegame' do

Pods for thegame

pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" pod 'React', :path => '../node_modules/react-native/' pod 'React-Core', :path => '../node_modules/react-native/' pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules' pod 'React-Core/DevSupport', :path => '../node_modules/react-native/' pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'

pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true

pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'

appodeal

use_native_modules! use_frameworks! end

Снимок экрана 2020-07-29 в 10 19 55
staskochkin commented 4 years ago

@MrNapcae Did you get any errors after running pod install? Did you try to clean CocoaPods and React-Native caches?

MrNapcae commented 4 years ago

I deleted the pods files and reinstalled no errors, everything went well.

MrNapcae commented 4 years ago

We managed to cope with the previous error using other versions and cleaning pods / node-modules. Now the video does not load. I am attaching the logs to xcode:

2020-07-29 15:36:58.952812+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Search satisfying impression for placement: your_placement 2020-07-29 15:36:58.953520+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Can show InterstitialAd, for placement : your_placement, with result NO 2020-07-29 15:36:58.953939+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set app extras data { 2020-07-29 15:36:58.954071+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.954178+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.954267+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.954394+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Trying to fetch waterfall 2020-07-29 15:36:58.966158+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.966310+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.966421+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.966522+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.966637+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.966781+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.966908+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.967059+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.967324+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.967602+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.967954+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.968263+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.968474+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.968770+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.969094+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.969498+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.969736+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set location tracking: disabled 2020-07-29 15:36:58.970001+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.970371+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.970771+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.972259+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.972440+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.972534+0300 thegame[61156:1620707] [Client] Updating selectors failed with: Error Domain=NSCocoaErr2020-07-29 15:36:58.972564+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Enable log level : 15 2020-07-29 15:36:58.992602+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.992780+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.992899+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.993000+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.993187+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.993382+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set testing mode: enabled 2020-07-29 15:36:58.993628+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Trying to change testing mode on initilized sdk! 2020-07-29 15:36:58.995269+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set autocache: disabled for types: InterstitialAd 2020-07-29 15:36:58.995593+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.995763+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.995946+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.996114+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.996318+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.996477+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set autocache: disabled for types: RewardedVideo, NonSkippableVideo 2020-07-29 15:36:58.996736+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.996912+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.997120+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.997357+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.997562+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:58.997748+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set autocache: disabled for types: Banner 2020-07-29 15:36:58.997907+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:58.998082+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:58.998296+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:58.998488+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:58.998707+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:59.228464+0300 thegame[61156:1615188] [Appodeal 2.6.5] [error] Method should be called before initialized method! 2020-07-29 15:36:59.228649+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Update platform framework: react_native, version: 2.6.5 2020-07-29 15:36:59.228840+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:59.228998+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:59.229139+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:59.229288+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:59.229450+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50} 2020-07-29 15:36:59.229594+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set rewarded video delegate : <RNAppodeal: 0x6000021173f0> 2020-07-29 15:36:59.229739+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set non skippable delegate : <RNAppodeal: 0x6000021173f0> 2020-07-29 15:36:59.229873+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set banner delegate : <RNAppodeal: 0x6000021173f0> 2020-07-29 15:36:59.230016+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] Set interstitial delegate : <RNAppodeal: 0x6000021173f0> 2020-07-29 15:36:59.237468+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] SDK already initilized for api key: 1202c066a399d73a945c1fa450c6c5a6834122359a0e8ef4 2020-07-29 15:36:59.237668+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] SDK was running on simulator 2020-07-29 15:36:59.237796+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] [API] SDK is initilizing for api key: 1202c066a399d73a945c1fa450c6c5a6834122359a0e8ef4 types: RewardedVideo, NonSkippableVideo consent : YES 2020-07-29 15:36:59.237926+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Custom restriction was updated. Current custom restriction is { 2020-07-29 15:36:59.238047+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDRewardedVideoModule 2020-07-29 15:36:59.238150+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Starting APDAdQueueManager for "Rewarded Video" ad request 2020-07-29 15:36:59.238251+0300 thegame[61156:1615188] [Appodeal 2.6.5] [info] Waterfall already fetching 2020-07-29 15:36:59.238366+0300 thegame[61156:1615188] [Appodeal 2.6.5] [debug] Banner APDAutolayoutBannerView 140268870344224 size: {320, 50} change size to {320, 50}

staskochkin commented 4 years ago

@MrNapcae. I guess that pod installation issue is resolved. Video load issues could be related to integration, fillrate, or account settings. You can directly contact our support team, it should be a more convenient way to solve it. Please contact our support team via Intercom on the web site or via email support@appodeal.com