How to make the Facebook ads live?
问题 I have added Facebook audience network in my iOS App for native ads integration. Everything is working fine but there are only testing ads. I have added testDeviceKey for displaying ads if I try to remove this then no ads are displaying that is also making me confused. My code is - @implementation AdFeedsView FBNativeAd *nativeAd; static NSString *adPlacementId = @"xxxxxxxxx"; - (void)showNativeAd:(UIViewController *)vc { nativeAd = [[FBNativeAd alloc] initWithPlacementID:adPlacementId];