Saninn Salas Diaz
Saninn Salas Diaz
Looks like you are calling the interstitial without it being prepared. And the banner looks OK. But you can not use real ads on a non launched app.
I never heard of this. Maybe are you using the admob test ids? Do you get real ads when you deploy to device or emulators?
Did you tried asking that? Maybe he reviewer is just new. El mar, 16 de ago. de 2022 19:57, Bruno ***@***.***> escribió: > Hi, In my phone I get real...
You can use appRestoreResult from the @app capacitor plugin for this.
I see, I will put the help wanted tag. For now I really do not have the time to see it :(
I am not sure if you are required to use the UMP, it just says you have to check for consent. What I do in my app is to show...
Mmm, I am not sure about the partners. Maybe you are right. It is really hard to get or find a direct question about that (I struggle with the same...
Not really, is up to the user to install the sdk libraries, the plugin just need to check the initialized object. ```java import com.google.android.gms.ads.MobileAds; import com.google.android.gms.ads.initialization.AdapterStatus; import com.google.android.gms.ads.initialization.InitializationStatus; import com.google.android.gms.ads.initialization.OnInitializationCompleteListener;...
Hi @rdlabo, I sorry I meant an enum for the possible global settings keys on the native side. I I should have been more specific. I would let it like...
> @distance Sorry late reply. > > volume is 0.0 - 1.0, that isn't very common in implementations, so I'll list it in TypeScript as well. > And Enum can't...