直接更新 txt 文件
Direct Update on txt Files
我正在开发 Android
和 iOS
B2C 应用程序(将其上传到商店)。从 here 读取,Direct Update
似乎有一些限制。
- The update is for the app web resources only
- To update native resources, a new app version must be uploaded to the respective app store
- Android: no restrictions
- Windows Phone 8: no restrictions
- iOS:
B2C: according to the terms of service of your company; usually at least bug fixes are allowed
B2E: through the iOS Developer Enterprise Program
但要求是:
- 用户想要在生产中更新一些 .txt 文件而不想使用
Adapter
。
这是否允许并且能够按照文档中所说的仅针对网络资源来完成?
我不知道你打算如何在应用程序中使用这个"txt file",但我很确定你可以毫无顾虑地将它归类为网络资源。
我正在开发 Android
和 iOS
B2C 应用程序(将其上传到商店)。从 here 读取,Direct Update
似乎有一些限制。
- The update is for the app web resources only
- To update native resources, a new app version must be uploaded to the respective app store
- Android: no restrictions
- Windows Phone 8: no restrictions
- iOS:
B2C: according to the terms of service of your company; usually at least bug fixes are allowed
B2E: through the iOS Developer Enterprise Program
但要求是:
- 用户想要在生产中更新一些 .txt 文件而不想使用
Adapter
。
这是否允许并且能够按照文档中所说的仅针对网络资源来完成?
我不知道你打算如何在应用程序中使用这个"txt file",但我很确定你可以毫无顾虑地将它归类为网络资源。