Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个报亭应用程序,我正在寻找有关问题托管的一些说明。对于这个项目,杂志问题将存储为 JSON 文件、图像和视频的存档。这种内容是否可以存储在 Apple 服务器上,还是我必须将其托管在自己的服务器上并为此实施适当的后端?
Apple不托管您的内容,您必须在自己的服务器上托管内容并实施适当的后端。
希望这会有所帮助。