ANSWERED

Build failing on android

Our build is failing on android, ios is building fine but when we try to build the ios source it fails. This is the specified failure point in the build report.

ANSWERED

Can I trigger an 'app update required' alert?

We have a package that is changing in the build of the app itself and if a user tries to use the outdated feature we'd like to alert them that their app is out of date and link them directly to the app store. Is there a way to do this, it seems the only alerts you can trigger are simple messages with the 'ok' response.

ANSWERED

i converted my website using go native, but some functions like text to speech or speak function are not working.

does anyone have the same problem. any solution?

ANSWERED

Change "< Back" Button in Topbar Navigation

Hello, if i set the settings under "Contextutal Nav Toolbar" -> "Back Button Configuration" to "No Text" it has no affect to the Top Navigation Bar with the Auto New Windows Feature.

ANSWERED

NFC tag scanner

Hello
I was trying to use the nfc scanner using your document
But I noticed that there is no nfc property in the library you provided to create the gonative object, and that's why I get an error while using it.
What is the solution for this issue?

ANSWERED

Server-side code execution

Hi,

ANSWERED

Call an objective-c method from custom javascript

Hello,

ANSWERED

App icon

Hi, I configured the icon of my App but when I install the apk on my android, there is the icon of Go Native instead. In addition there is a Go Native splash screen which is also displayed when I do not want a splash screen.
Can you tell me how to solve this problem please?

ANSWERED

What is JSBridge

Hello
After I put the codes of the GoNativeJSBridgeLibrary file into the project and wanted to use the available methods, I ran into a problem.
The problem is that when the addCommand function is called, in the last line written JSBridge.postMessage(data)
In fact, JSBridge is not defined and it throws an error.
what is JSBridge? is it another library that I have to add or install it?

ANSWERED

Apple Keychain

Im trying to use Apple Keychain to save login information.