Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

apple app & google app android

My company wants to build a simple app that working with apple and android. It is more like read only static web content. do you know any way I can develop using any online editor? I know there is many languages can be written but since the app is super simple and we do not want to spend too much time on it.

As long as we can submit the codes to Apple and Google. and our people can download to their devices. That is all we need.


Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Look at using a progressive web app plugin for wordpress. I am just about to try this out myself.  

https://wordpress.org/plugins/pwa/

Especially since your site is static, this would be an easy way to go about it.  
Avatar of ITsolutionWizard

ASKER

But I need that to be available at Apple & Google store for people downloading it.
The first link below is what I am starting to work with myself.  You can see it is supported by others including Google.   The links below that are linked from the plug in page.  The last two links are for getting the PWA to the stores.


https://github.com/GoogleChromeLabs/pwa-wp
https://web.dev/progressive-web-apps/
https://web.dev/promote-install/
https://www.pwabuilder.com/ 
https://github.com/GoogleChromeLabs/bubblewrap
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you. I chose the following two. appgyver.com is free and it is awesome. adalo.com has fee but more extensions to integrate...and have a template that easier for the front end.

https://www.adalo.com/
https://www.appgyver.com/pricing 


As long as we can submit the codes to Apple and Google. and our people can download to their devices. That is all we need.

It is not easy and straightforward if you have no experience.

For Apple App Store  You cannot just put a static web content and make it as an app as it will not fullfil the minimum functionality requirements for submitting apps to Apple Apps Store.

https://developer.apple.com/app-store/review/guidelines/#minimum-functionality

For Google Play Store, there is less restrictions but you need to go through all basic stuff first to know what is required.

https://developer.android.com/distribute/best-practices/develop