Skip to content

Commit

Permalink
Merge pull request #19 from ParticleMedia/huanzhiNB/fixNovaNativeNotD…
Browse files Browse the repository at this point in the history
…isplay

fix nova native ad not display
  • Loading branch information
huanzhiNB authored Oct 29, 2024
2 parents f28d7bc + e7c799d commit f6d3dac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NovaAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|


spec.name = "NovaAdapter"
spec.version = "0.0.71"
spec.version = "0.0.72"
spec.summary = "an adapter for Google SDK"
spec.description = "an adapter for Google SDK for MSP S2S"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>NovaAdapter.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
<integer>6</integer>
</dict>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion NovaAdapter/NovaAdapter/NovaAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class NovaAdapter: AdNetworkAdapter {
guard let nativeAdView = nativeAdView as? NativeAdView,
let mediaView = nativeAdView.mediaView as? NovaNativeAdMediaView,
let novaNativeAdItem = self.nativeAdItem,
let rootViewController = nativeAdView.rootViewController else {
let rootViewController = self.adListener?.getRootViewController() else {
self.adListener?.onError(msg: "fail to render native view")
return
}
Expand Down

0 comments on commit f6d3dac

Please sign in to comment.