You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use listViews instead of tableViews because of better performance, so we needed to add the bannerView to a listView. Because of the different structure of listViews we couldn't add it after the listView was generated, and I had to solve it with a definition of the bannerView in a listView template.
This seemed to be working, until I forgot to define a valid adUnitId: it caused a very ugly crash:
We use listViews instead of tableViews because of better performance, so we needed to add the bannerView to a listView. Because of the different structure of listViews we couldn't add it after the listView was generated, and I had to solve it with a definition of the bannerView in a listView template.
This seemed to be working, until I forgot to define a valid adUnitId: it caused a very ugly crash:
My listView template:
The text was updated successfully, but these errors were encountered: