cordova - Meteorjs app - only accessable through appstore/playstore? -


i deployed first ever production application meteor. made client wanted android/iphone application. meteor great this, since saved me hazzle of developing 1 platform @ time, , since i'm working alone.

i however, bit.. confused 2 things.

  1. what prevents people building own app against server outputting meteor run android-device --mobile-server=https://example.com?
  2. how make phone application accessable through appstores native applications done?

for making app accessible through cordova can use neat package meteor add gwendall:iron-router-cordova-only link or wrap routing in incordova block if want code manually.

as using mobile server running similar app, (assuming deployed using meteor deploy on .meteor subdomain) have been asked meteor.com password first time deployed on machine. linking resource not made account shows error. note: unless wrap website cordova only, can still view app in browser.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -