When I want to show banner in my iOS app on my test device,following the rules,I add the code like this:
[FBAdSettings addTestDevice:@"HASHED ID"];
Then the ad works normally.I want to know if I need to remove the code above when I release my app. Thanks.
Yes, you need to remove the code so that your app user will see real ads rather than test ads.