You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose the ability to download JSON files from CDNs using the BackgroundAssets API.
Current implementation and its issues
It appears that the display content is read by referencing the JSON file in MyLibrary. This approach would require updating the application at every conference.
Advantage
Using this approach, it is possible to update to the latest information without updating the app by simply changing the data in the CDN. As for localization, how about a method that recognizes the language of the device and downloads the appropriate assets for it?
Supplemental
As a sample, I have attached a simple application that downloads and displays JSON files from Google Cloud CDN that I personally created for testing. Please check it out. (Please don't do the downloading badly.)
I am not familiar with TCA and am hesitant about pull requests. BackgroundAssetsTest
The text was updated successfully, but these errors were encountered:
I propose the ability to download JSON files from CDNs using the BackgroundAssets API.
Current implementation and its issues
It appears that the display content is read by referencing the JSON file in MyLibrary. This approach would require updating the application at every conference.
Advantage
Using this approach, it is possible to update to the latest information without updating the app by simply changing the data in the CDN. As for localization, how about a method that recognizes the language of the device and downloads the appropriate assets for it?
Supplemental
As a sample, I have attached a simple application that downloads and displays JSON files from Google Cloud CDN that I personally created for testing. Please check it out. (Please don't do the downloading badly.)
I am not familiar with TCA and am hesitant about pull requests.
BackgroundAssetsTest
The text was updated successfully, but these errors were encountered: