currently planning use hybrid app (ionic framework) develop initial version of our app. reason planning start startup , not in position afford individual developer various platforms (especially ios, developer rate costly).
so decided use hybrid app using ionic, , our requirements fits hybrid app at-least initial few releases. @ later point planning migrate native android , ios when earn enough funding. because later versions of app may have features payment gateway integration, chat features etc.
so question is, possible release initial version of app using hybrid , @ later updates push native version? if yes can give me basic idea of how achieved can take forward? searched quite in google didn't find enough information regarding same.
publishing hybrid app on platform specific stores same process publishing native app.
you can develop , build application using cross platform mobile application development tool (i.e. ionic framework or other) , later move native development tool. can develop application on hybrid tool(ionic framework) , build on native development tool(xcode or android studio) , proceed further publishing on store.
in android, package name(application id) should same different versions of app binary. signing certificate remain same during version change.
in ios, bundle id must same different versions/builds of app binary. apart this, provisional profiles , certificates need same.
Comments
Post a Comment