googleads / googleads-mobile-ios-examples

googleads-mobile-ios
Apache License 2.0
966 stars 808 forks source link

NativeContentAdView not clickable in UICollectionViewCell (Storyboard) #30

Closed LudaFuxPlaybuzz closed 8 years ago

LudaFuxPlaybuzz commented 8 years ago

Our ads should appear in UICollectionView as a cell amongst regular cells. Example I use storyboard to create the UI. Structure The UIView of the UICollectionView was configured to be GADNativeContentAdView. But the ad do not respond to clicks. What is missing?

ghost commented 8 years ago

Is interaction disabled on yourAd Cell? Are you able to click on any of the other cells in the collection view?

LudaFuxPlaybuzz commented 8 years ago

The interaction is not disabled on myAd cell. I am able to click on any of the other cells in the collection view. All the other cells are pressable

On Thu, Aug 25, 2016 at 10:14 PM, temrich notifications@github.com wrote:

Is interaction disabled on yourAd Cell? Are you able to click on any of the other cells in the collection view?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-ios-examples/issues/30#issuecomment-242504982, or mute the thread https://github.com/notifications/unsubscribe-auth/AOIXOAuOPcniGJ-rh5xQeA2qcMZGaGDqks5qjel_gaJpZM4JpSMT .

[image: Artboard 1@2x.png] http://www.playbuzz.com

Luda Fux

Lead iOS Developer, Playbuzz

+972-58-4428261

www.playbuzz.com

ghost commented 8 years ago

Hi, can you please direct this question/issue to our Mobile Ads SDK developer forum that is linked in our README (https://github.com/googleads/googleads-mobile-ios-examples/blob/master/README.md). The GitHub tracker is for handling issues and feature requests for our iOS example apps only.

Also, be sure to search the forum first as other developers may have posted an issue similar to yours. If not, please post a comment on our forum and our support specialists will be able to help you troubleshoot the issue. Thank you!

simform-solutions commented 7 years ago

Facing same issue, @LudaFuxPlaybuzz did you got solution?