Search code examples
ibm-mobilefirst

Direct Update on txt Files


I am developing both Android and iOS B2C app (will upload it to Store). Reading from here, it seems there are some restrictions for 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

But the requirement is:

  • User want to update some .txt files in production without want to use Adapter.

Is this allowable and able to be done as in the doc saying for web resources only?


Solution

  • I don't know how do you intend to use this "txt file" in the application but I am pretty sure you can classify it as a web resource without worries.