Questions
Opening another application
Hello can you please tell me if it is possible to add a function to the navigation button to open another application, not a site but an application, that is, I need to insert in the button not a link, but something else, but what? I need that the user clicked on the button it opened another application, not the site, but the application, how do I do it correctly? If there is such a possibility.
Posted by Jack about 1 month ago
I have a questions.
1. App is not intalled. Is it possible to translate or change the wording?
2. There is a message from median to force update the app on iOS, under what circumstances does this message appear, and can users suddenly encounter this error?
3. When I come back after completing a payment through the card payment module in my app, it says INVAILD SSL CERTIFICATE like this. Is there a workaround?
Posted by KevinChoi about 1 month ago
Could not install apk in paydroid device pax a910
I converted an apps which is working android phone successfully but when I am trying to install it in paydroid device like pax a910, I could not install it. What to do?
Posted by King Online Services about 1 month ago
what kind of SDK do I use?
If I'm just converting a website into an app, what kind of SDK do I use? Can you answer my question? Google play asked me.
Posted by Supaporn Suriya about 2 months ago
PDF download file not working
Hello, it seems that file download is not working on our app but works in most common browsers.
Right now, there are instances the pdf shows only but no options and another one is that it doesn't work already.
Here's the code:
```
function downloadPdf(link) {
// ref: https://median.co/docs/custom-user-agent
if (
navigator.userAgent.indexOf("gonative") > -1 ||
navigator.userAgent.indexOf("median") > -1
) {
// ref: https://median.co/docs/download-file
const downloadFile = median?.share?.downloadFile || gonative?.share?.downloadFile;
if (downloadFile) {
downloadFile({ url: link });
return;
}
}
window.location.href = link;
}
```
Posted by Andrea about 2 months ago
Guaranteed Approval
Hello, when I paid to access median it said that there was guaranteed approval but my app keeps being rejected. How do I access this guaranteed service?
Posted by Russ Gorves about 2 months ago
ITMS-90078: Missing Push Notification Entitlement
Why do I see this message when publishing on Apple App Store? How can I fix this?
"ITMS-90078: Missing Push Notification Entitlement"
Posted by Stephan about 2 months ago
gonative.io app update required
Hello, I have an android application needs an update by gonative.io. How could I update it please?
Posted by Hossam Rasslan about 2 months ago
Edit back button functionality
Would it be possible to edit, or just completely remove the functionality
Posted by Jayden Horner about 2 months ago
Native UI with Gonative
Hello,
I understand that gonative code generated is for converting web apps to android and iOS.
If we want to add a native ui components on the web pages, is this possible ?
Thanks,
Posted by Champa about 2 months ago