在我的应用程序中,我使用了应用内购买,之后我想从 GADBannerView 中删除添加的内容,但仍然显示添加。
任何想法
假设您的产品ID是"com.yourcompany.ReduceAdds",将布尔值设置为"是",请参见下文。
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"com.yourcompany.ReduceAdds"];
在视图中DidLoad
如果(![[NSUserDefaults standardUserDefaults] boolForKey:@"com.yourcompany.ReduceAdds"]({ [bannerView_ loadRequest:[self request]]; }else { NSLog(@"无广告,用户购买应用内项目"(; }