ANSWERED

Items Above Status Bar Disappeared

Is there a reason that the phone's time/service/battery indicator would not be showing? It used to show when we had an item under "Top Navigation Bar" but our application has an internal top/bottom nav, so we turned that off. Is a Top Navigation Bar required to show that phone information? We'd really rather not have an extra bar at the top that just has the page title and zero other value to the application.
ANSWERED

navigator.geolocation permissions not available on www, but on dev1 it works fine.

I'm having trouble with navigator.geolocation permissions on www.mysite.com (production site) even though it is working on the development site dev1.mysite.com on dev1.mysite.com this code works fine: ``` if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(location) { bd_google_location(location,bd_gps_callback); }, function(error) { if (error.code == error.PERMISSION_DENIED) { alert('PERMISSION_DENIED'); bd_mappinclicked_fallback(); } }, { maximumAge:60000, timeout:15000, enableHighAccuracy:true } ); } ``` On the main site, www.mysite.com I get permission denied, but dev1.mysite it works fine. I went to the app permissions, to make sure it is always allowed...but still same result. Thoughts?
ANSWERED

Getting error on iOS

Hi, we have a valid purchase of the license, but we are getting this error message on iOS: A valid gonative.io certificate is required We are not getting this error on Android. Is there any other setting specific to iOS to enter any license information? Please help us resolve the issue.
ANSWERED

JS Bridge Gonative.Onesignal undefined

Hello Unfortunately it looks like gonative.onesignal is undefined in the JS Bridge file when I call it (also after gonative_library_ready() ). I can also not find it in the official file: <https://github.com/gonativeio/gonative-ios/blob/4b136bf203c1312c6a90dbbf7a7925de520fab24/LeanIOS/GoNativeJSBridgeLibrary.js> Am I doing something wrong? As the commands are in the official documentation: <https://gonative.io/docs/data-tags> gonative.onesignal.tags.setTags(onesignalTags); gonative.onesignal.tags.deleteTags({callback:tagGetCallbackFunction}); I was only able to setTags via the gonative:// protocol. Any help for using directly the JSBridge for Onesignal would be appreciated. Thank you
ANSWERED

Compatibility

compatible to tablets that dont have googleplay service(huawei)
ANSWERED

Custom plugin price?

Hi, in a previous question you offered me the making of a custom plugin to solve an Google security app 403 error: "Hi there, we provide options to provide a custom user agent on the website overrides tab. However, for full support we recommend our team develop a native implementation for you through a custom plugin. This will provide a full native app experience for end users and meet all Google policy requirements." What would be the price of that plugin?
ANSWERED

Publish apps on Google Play

How do I publish my app on Google Play? my format dawnloud is APK for indroid options
ANSWERED

App Publishing Information not saving after write and save

Hello, I bought the $700 pack so that the GoNative team could take care of publishing my app on apple and android and then onesignal, but after having filled in the information requested 5 times in the " Services" for the "App Publishing Information" part, this always resets. I fill in all the info, I save well and if I close the page and open it again to review the information, I realize that everything is empty. Yesterday I sent all the information on this page to GoNative support.
ANSWERED

File download

Hi, I followed the steps for downloading files but it doesnt work, the files not downloading to the phone directory. Am I missing something. Please assist. Thanks
ANSWERED

How to avoid Error: disallowed_useragent from Google?

I need to connect with Google Drive from my app but I get this error: "You can't sign in from this screen because this app doesn't comply with Google's embedded webview Policy. If this app has a website, you can open a web browser and try signing in from there." Have you a way to avoid this? Thanks in advance!