Admob extension for iOS

Hello!

I have a problem with Admob extension explained here: https://github.com/openfl/extension-admob/issues/31
Unfortunately, @fbricker is not answering and I don’t know much about development of extensions for iOS.
Are there anyone with enough knowledge/experience to be able to fix the problem?
Thank you!

Hi @pozirk
just read the issue on your link - and the error you’re getting is “Null Function Pointer” - i was getting this error a few days ago with a project which was using extension-admob (android target) - i resolved it by removing dce from the project.xml after i found this thread -> I get an error in Type.hx with new updates

I only have <haxeflag name="-dce std" if="haxe3" />, but I’ll try your suggestion.
Thank you!

Update: Unfortunately, it didn’t help. :frowning: