Questions
Missing Push Notification Entitlement
I don't have any push notifications setup with GoNative. How do we correct this message from Apple after submitting to App Store:
Image background for application
Hello! Is there any way to set remote background image for application? For example I want to set image for application because it will look stylish in fullscreen mode. I see only scheme color changes in your documentation. Thanks.
iOS message - subscriberCellularProvider is deprecated
Is there something that should be changed for this message in Xcode?
Force refresh upon app opening
I'm noticing when you return to the app if it's been in the background for a while, the content is old and not recent. Is there a way to force the app to use the main loading page each time it's opened? Maybe some Javascript?
Unable to run the test build for faceid plugin in IOS using xcode.
I am able to run the test build for fingerprint in Android emulator but the same thing is not working for IOS.
Angular: Unable to load FaceID/Biometric plugin
Gonative native plugin for FaceID and Biometric is bought and is enabled in the configuration.
I am using Angular to run the commands as mentioned in this doc https://gonative.io/docs/apple-face-id-touch-id but I am getting this error Cannot read property auth of undefined.
Xcode message - method should not be called UI unresponsiveness
Running some final tests before release. In Xcode, when testing on a device, I'm seeing constant stream of this message:
Javascript to override top-navigation background color?
Is there a way to change the top-navigation background color with Javascript? I'd like to have background color changed for certain parts/pages of the app. Thanks.
Anyway to cache tab pages?
I have a bottom tab bar and every time a tab is selected the page will "reload" even if the tab was opened 3 seconds ago. This makes it feel very far from an app (or a very slow app) and more of a website.
is there a way to embed fonts rather than loading them externally?
is there a way where i can upload font files so it does not load over the web? if not, are you planning to include this feature so that all font files are part of the assets folder within the app?