Where can I host my Ionic app (with CouchDB) to run in browsers? - windows

I am developing an Ionic app.
It works both on Android and iOS.
I got a free trial period on a hosting site called Heroku, where I've put the content of the www folder of my project.
The website works but the interaction with the remote couchDB does not work, despite it works good on mobile phone.
Is there a reason?
Maybe Heroku doesn't support couchDB?
Thanks

Related

WebOS (LG TV): difference between running a hosted web app and opening the same web app in the browser

I have written a web app for DRM protected playback, using Shaka Player,
and I am wondering if I can have testers simply open it in the browser, without me having to package it,
and them having to install it.
My guess is that since the hosted app runs in the same chromium web engine the browser uses,
there is no difference apart from profile related stuff, local storage clearing, etc.
which are not important to me.
Am I wrong?

Flutter migration from Windows to Mac

I have developed a Flutter Mobile application on Windows 10 environment. I am using Firebase with services like Firestore, push notifications, storage and Authentication.
I have not done anything for IOS so far. I am planning to have a Mac machine in cloud and start the IOS related changes there. I have below questions.
I want to have my code at both the places synced so that I can work on windows and Mac. Is there any way to do that securely?
What editor I should use on Mac for IOS and Android development?
Also what are the other things I need to take care?
Thank you in Advance
for syncing:
git, period! Flutter will take care of the rest
for IDE:
we swear by Intellij as you will need it if you decide to port an android version of your app. With Intellij you can even sync plugins & IDE settings across multiple PCs

HEROKU - LetsEncrypt not secure in windows, fine on Mac?

I installed SSL letsEncrypt via Heroku dashboard. Everything works perfectly fine on Mac.
However, if you use Windows, the status bar shows that it is NOT secure which ultimately breaks the site when you try to submit forms and access jquery features...
Anyone experience this before? Is there a solution or should I just buy an SSL ticket to resolve this?
The site is https://www.givingdocs.com

IPA file unable to run on colleague's phone or untethered from workstation using Meteorjs+ReactJS+Mongodb

I am new to IOS development and have come across an issue and need some help.
I am trying to create an iOS application to target to work on iPhones. I am using MeteorJS, ReactJS with MongoDB for a database.
When I run the ‘meteor run ios’ command I am able to get the Xcode project.
I am also able to load the Xcode project within Xcode and generate the IPA file to demo on my iPhone using ITunes from my MacBook Pro.
When I try to run the application from my iPhone everything works - meaning I was able to connect to the local database (localhost:3001 mongodb). Also, the tests on the application only work when my phone is connected to the Mac.
Now, when I try to export the application and want a colleague to test the iPA file does not work. The IPA file gets installed on the colleague’s phone, however application does not work.
I think I’ve followed the process as required for Adhoc Provisioning profiles however I am not sure whether Im doing this right - because possibly the database is not being packaged with the IPA file?
Could someone please help / Guide?
When running a build produced by meteor run ios, the application on the phone tries to connect to a server running locally on your machine over the networked formed on the physical Lightning cable connection.
While you can configure the iOS client to connect to your machine over your local network, this solution introduces other problems you won't expect. Deploy your application to Galaxy, configure your iOS settings to use the URL on Galaxy, and make a production deployment of your iOS application. Then the iOS application will try to connect to an accessible public Internet URL (your Galaxy deployment), rather than your inaccessible local machine.
See the documentation for details.
meteor run ios-device --mobile-server=http://ip:port
worked for me

Does APK shared from web or xender gets update from playstore?

Many websites providing apk of playstore's apps . and many apps like xender and myappsharer can transfer apk .
in both will they get updates from playstore ?
Yes. all app are downloaded from web can get update from google play store.
Download app from google play store and from the web all are same.
Just difference is you have to install it manually when you download apps and game from websites.

Resources