Tom Brückner
Tom Brückner
Shameless bump.
Ok, will try this :-)
Is this using an embedded browser framework? I thought it was native.
Absolutely! It's a shame that this package seems so abandoned by Google. Why do they release such stuff if they don't care for maintaining it? We just decided to not...
> i think we are safe guys Awesome, sounds good! I just wasn't sure because the popup kinda looks like a web page. But yes, the native libraries are included...
> whether there is anything equivalent in Android Or not Not to my knowledge. Apple deprecated their old UIWebView i favour of WkWebView, so that's mainly an Apple thing. And...
Can anybody confirm that this plugin is still accepted by the Play Store? We have successfully implemented it, but wanted to wait until we know if it was blocked before...
Just learned that you also have to add an URL scheme to the app. This can be done here: https://docs.unity3d.com/Manual/PlayerSettingsiOS-Other.html#Configuration The URL scheme is the same as the same as...
An easier way to get the .plist into your Xcode project is to copy it to the `StreamingAssets` folder inside Unity, and then place this script under an `Editor` folder:...
I tried all of these steps, but I am getting these erros on the console: ``` ArgumentException: Requested value 'X86' was not found. System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument)...