发布到商店的移动应用程序
Mobile Application Published to Store
我正在开发将在每个受人尊敬的商店发布的移动应用程序。
找到这个thread,这里的网络资源指的是什么?是HTML、CSS、JS吗?我相信它指的是适配器代码?
如果我更新移动应用程序代码(例如,对于HTML、CSS、仅JS),我相信我需要直接更新到存储就像上传纯的机制本机移动应用程序?
您可以使用 IBM MobileFirst Platform 构建三种类型的应用程序:本机应用程序(向其添加 SDK)、混合应用程序和 Cordova 应用程序。
混合应用程序是由 MobileFirst Platform 工具为您生成的本机应用程序 shell,您为此目的编写 Web 代码(CSS、JS、HTML)应用程序开发(UI、逻辑等...)
Cordova 应用程序与混合应用程序相同,只是您使用标准的 Cordova 方法和工具而不是 IBM 的方法和工具,并使用提供的 SDK。
在 Hybrid 和 Cordova 中,CSS、JS 和 HTML 都称为 Web 资源。
对于 IBM MobileFirst Platform,有一个名为 "Direct Update" 的特性,它允许您更新这些 Web 资源 ,而无需将新版本的应用程序上传到应用程序商店。更新从 MobileFirst Server 发送到 device/app。
Found this thread, what do web resources refer here? Is it the HTML,
CSS, JS? I believe it refers adapters code?
这不是适配器代码。这是应用程序代码。见上文。
If I update the mobile application code (for example, for the HTML,
CSS, JS only), I believe I need to update directly to store just like
the mechanism of uploading pure native mobile app?
您可以,但是对于此类更新,您也可以使用直接更新,如上所述。
在此处阅读更多内容:
- https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/advanced-client-side-development/using-direct-update-to-quickly-update-your-application/
- http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/dev/c_configuring_customizing_direct_update.html
我正在开发将在每个受人尊敬的商店发布的移动应用程序。
找到这个thread,这里的网络资源指的是什么?是HTML、CSS、JS吗?我相信它指的是适配器代码?
如果我更新移动应用程序代码(例如,对于HTML、CSS、仅JS),我相信我需要直接更新到存储就像上传纯的机制本机移动应用程序?
您可以使用 IBM MobileFirst Platform 构建三种类型的应用程序:本机应用程序(向其添加 SDK)、混合应用程序和 Cordova 应用程序。
混合应用程序是由 MobileFirst Platform 工具为您生成的本机应用程序 shell,您为此目的编写 Web 代码(CSS、JS、HTML)应用程序开发(UI、逻辑等...)
Cordova 应用程序与混合应用程序相同,只是您使用标准的 Cordova 方法和工具而不是 IBM 的方法和工具,并使用提供的 SDK。
在 Hybrid 和 Cordova 中,CSS、JS 和 HTML 都称为 Web 资源。
对于 IBM MobileFirst Platform,有一个名为 "Direct Update" 的特性,它允许您更新这些 Web 资源 ,而无需将新版本的应用程序上传到应用程序商店。更新从 MobileFirst Server 发送到 device/app。
Found this thread, what do web resources refer here? Is it the HTML, CSS, JS? I believe it refers adapters code?
这不是适配器代码。这是应用程序代码。见上文。
If I update the mobile application code (for example, for the HTML, CSS, JS only), I believe I need to update directly to store just like the mechanism of uploading pure native mobile app?
您可以,但是对于此类更新,您也可以使用直接更新,如上所述。
在此处阅读更多内容:
- https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/advanced-client-side-development/using-direct-update-to-quickly-update-your-application/
- http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/dev/c_configuring_customizing_direct_update.html