Replies: 12 comments 45 replies
-
Yes, I am using https://play.google.com/store/apps/details?id=waverley.transport.maps.transit.timetable |
Beta Was this translation helpful? Give feedback.
-
I am also interested in using server.url for production, do you have any further updates on your experimenting @jgoux? |
Beta Was this translation helpful? Give feedback.
-
So far when I try to do this, |
Beta Was this translation helpful? Give feedback.
-
We are using server.url (given a similar scenario) with 2.4.* and haven't experienced any issues so far. Any specific reasons from the Ionic team to not consider server.url to be a first class citizen? |
Beta Was this translation helpful? Give feedback.
-
@KoenLav @jayenashar We are also planning to use server.url for production but it seems like we can't get updates like web. We are using angular and currently our implementation for web is basically like this but when we use server.url capacitor does not get any updates. How do you get updates on your app?
|
Beta Was this translation helpful? Give feedback.
-
I'm using it in production in both iOS and Android app stores. It works great. You need to go into node_modules and edit out the little toast that says "using server url...." |
Beta Was this translation helpful? Give feedback.
-
Hello I'm using server url for production, in the server side, we are using PWA. But app can never get updated. Anyone have a solution for this? |
Beta Was this translation helpful? Give feedback.
-
Interested in knowing the experience of other people who are using this in production, and if it works flowlessly and can update the assets on launch etc. |
Beta Was this translation helpful? Give feedback.
-
I'm using this just fine in production, both iOS and Android. No issues with the app store. I can deploy code to the pointed at server and update my app that way. You do however need to go into (for android for example) node_modules and fork capacitor so that it doesnt pop up the toast saying "using server..." |
Beta Was this translation helpful? Give feedback.
-
How are people dealing with the user potentially opening your app offline, and then the app never being able to recover. Or the user going offline during the experience, and sort of crashing the app because it can't load from the server? |
Beta Was this translation helpful? Give feedback.
-
hey guys, for me server-url is not mean for production. That because of Apple and Google rules. but also So for me it work until Apple find out. For Google rules are less clear and they seems usually more open. But i wouldn't bet on this for long therm. I believe that why server-url is not first-class citizen. There alternative now, same as you would do in electron you can use plugin to fech your updates and have your code working offline. |
Beta Was this translation helpful? Give feedback.
-
I tried to use Hoping to learn more from people here and fix this issue |
Beta Was this translation helpful? Give feedback.
-
Hello all.
We want to use capacitor at my current company to wrap a Next.js application for mobile/electron distribution.
I know server.url isn't meant for production but I also know that some people are using it anyway to load a whole hosted PWA.
We have several requirements that seems to be hard to fulfill using the regular approach :
hostname
configuration but it seems to introduce issues on Android's side as it breaks the secure context.So...on one hand we could just take our working PWA and use server.url and keep going with our lifes, or try to do it the regular way with a lot of frictions, if the thing is even possible.
This is why I'm curious to know if anyone in the community is using
server.url
in production, and if there were any issue being accepted on the stores doing it, particularly on iOS App Store. 😅Thanks for your time! 👍
Beta Was this translation helpful? Give feedback.
All reactions