admob_flutter icon indicating copy to clipboard operation
admob_flutter copied to clipboard

Please support open ads

Open sunjianan9900 opened this issue 4 years ago • 5 comments

Please support open ads ~ thanks ~

sunjianan9900 avatar Dec 04 '20 13:12 sunjianan9900

Open ads meaning Native Advanced ads?

Native advanced Customizable ad format that matches the look and feel of your app; appears inline with app content. defination source https://apps.admob.com/v2

petermusembi69 avatar Dec 23 '20 07:12 petermusembi69

Open ads meaning Native Advanced ads?

Native advanced Customizable ad format that matches the look and feel of your app; appears inline with app content. defination source https://apps.admob.com/v2

No I Mean App Open Ads , new ad type https://developers.google.com/admob/ios/app-open-ads

sunjianan9900 avatar Dec 23 '20 07:12 sunjianan9900

ooooh yeah i get you.

petermusembi69 avatar Dec 23 '20 07:12 petermusembi69

Hi,

I've just tried to implement flutter_admob_app_open package, but admob_flutter won't build and app won't compile after I added flutter_admob_app_open to pubspec.

FAILURE: Build failed with an exception.                                
                                                                        
* What went wrong:                                                      
Execution failed for task ':app:processDebugResources'.                 
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed                                    
     /home/bruno/.gradle/caches/transforms-2/files-2.1/ea6ee38a50be24f1f74b9b6784ca2e77/play-services-ads-lite-19.6.0/AndroidManifest.xml:27:5-38:15: AAPT: error: unexpected element <queries> found in <manifest>.
                                                                        
                                                                        
* Try:                                                                  
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
                                                                        
* Get more help at https://help.gradle.org                              
                                                                        
BUILD FAILED in 22s                                                     
Running Gradle task 'assembleDebug'...                                  
Running Gradle task 'assembleDebug'... Done                        23.4s
The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to
solve the incompatibility.
Building plugin admob_flutter...
Running Gradle task 'assembleAarRelease'...                             
Running Gradle task 'assembleAarRelease'... Done                    41ms

/usr/bin/env: ‘sh\r’: No such file or directory
Exception: The plugin admob_flutter could not be built due to the issue above.

I suppose it's a conflict between both packages.

Could you dig into flutter_admob_app_open and implement this feature into your package?

Is there a way to solve the conflict so I can use both packages?

Please, community needs to openApp ads and also intersticial and banners.

Thanks

brunodmn avatar Mar 11 '21 20:03 brunodmn

Hi,

I've just tried to implement flutter_admob_app_open package, but admob_flutter won't build and app won't compile after I added flutter_admob_app_open to pubspec.

FAILURE: Build failed with an exception.                                
                                                                        
* What went wrong:                                                      
Execution failed for task ':app:processDebugResources'.                 
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed                                    
     /home/bruno/.gradle/caches/transforms-2/files-2.1/ea6ee38a50be24f1f74b9b6784ca2e77/play-services-ads-lite-19.6.0/AndroidManifest.xml:27:5-38:15: AAPT: error: unexpected element <queries> found in <manifest>.
                                                                        
                                                                        
* Try:                                                                  
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
                                                                        
* Get more help at https://help.gradle.org                              
                                                                        
BUILD FAILED in 22s                                                     
Running Gradle task 'assembleDebug'...                                  
Running Gradle task 'assembleDebug'... Done                        23.4s
The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to
solve the incompatibility.
Building plugin admob_flutter...
Running Gradle task 'assembleAarRelease'...                             
Running Gradle task 'assembleAarRelease'... Done                    41ms

/usr/bin/env: ‘sh\r’: No such file or directory
Exception: The plugin admob_flutter could not be built due to the issue above.

I suppose it's a conflict between both packages.

Could you dig into flutter_admob_app_open and implement this feature into your package?

Is there a way to solve the conflict so I can use both packages?

Please, community needs to openApp ads and also intersticial and banners.

Thanks

@brunodmn could you implement it? or could you implement another ad package? like for example, https://github.com/bdlukaa/native_admob_flutter this one has openApp ads but im not sure if this could cause conflicts

Blast06 avatar Apr 09 '21 23:04 Blast06