Oussama G.

Results 18 comments of Oussama G.

I have the same issue. Even adding AdSize.FLUID on java file like @JustinKasad did not work... Did anyone managed to get it working on Android?

From my understanding: the webview used by DFP has a problem, judging by the following lines in the logs : ``` [GroupMarkerNotSet(crbug.com/242999)!:54468279]GL ERROR : GL_INVALID_OPERATION : "BackFramebuffer::Create:

Hello, just wanted to confirm that the fact that PBXGroup sections are not ordered makes xUnique unable to resolve my merge conflicts. Anyway, thanks for the work!

XCode did not sort the PBXGroup section... However I managed to find a script that does the job: https://github.com/neciu/SOCK xUnique + SOCK = perfectly sorted my pbxproj :)

Yes, I meant items them by UUID. And it was not only in pbxgroup section, but in nearly every section. I had to add more sections into the SOCK script,...

It is every section except `PBXBuildFile` and `PBXFileReference`. ``` PBXBuildFile PBXFrameworksBuildPhase PBXGroup PBXResourcesBuildPhase PBXSourcesBuildPhase PBXContainerItemProxy PBXCopyFilesBuildPhase PBXShellScriptBuildPhase PBXNativeTarget PBXProject PBXShellScriptBuildPhase PBXTargetDependency PBXVariantGroup XCBuildConfiguration XCConfigurationList XCVersionGroup ``` IMHO, the best sorting...

Same here. > Same here. I am unable to release to production. However, contrary to @wmonecke I'm able to go to production, I just have an error message.

@rueiwoqp @gczene @andreaslydemann I've managed to do this. I think I will provide a more detailed example soon but for the moment, here are the guidelines: 1. Make your configureStore...

Sorry for the late response. I ended up using another library because my code did not work as intended.

FYI, I will try to use `[RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView];` instead of `[RNSplashScreen show]`. You just have to create a View (.xib) via Xcode. It seems like it's fixing the problem...