Skip to content

Commit

Permalink
update sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdGeneration committed Oct 15, 2019
1 parent 2e1bad9 commit c593b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class InterstitialAdsSwiftViewController: UIViewController {
interstitial = ADGInterstitial()
interstitial?.setLocationId("48549") // 管理画面から払い出された広告枠ID
interstitial?.delegate = self
interstitial?.rootViewController = self
}

override func didReceiveMemoryWarning() {
Expand Down
2 changes: 1 addition & 1 deletion Samples/ADGSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform :ios, '9.0'

pod 'AdGeneration'
pod 'FBAudienceNetwork', '~> 4.99.1'
pod 'FBAudienceNetwork', '~> 5.0.1'

target 'BannerAdsObjC' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
Expand Down

0 comments on commit c593b34

Please sign in to comment.