Miguel Sesma

Results 4 issues of Miguel Sesma

First and above all, thanks a lot for your code. It is really useful. There is a use case where I can't use it, when I need to show the...

In MainActivity insertAdsInMenuItems() method, the code shown specifies adding NativeAd instead UnifiedNativeAd: `for (NativeAd ad : mNativeAds) {` must be `for (UnifiedNativeAd ad : mNativeAds) {`

There is no comments about the need of adding Internet permission to the manifest.

### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...

Type: Bug
Status: Opened