Scenario 1:
Suppose you create a WordPad type of app using AppGameKit Tier 1 that runs on one platform. The app is able to write a text file and read it back.
Can you transfer the text file to devices of the same platform? If so, how?
Scenario 2:
Suppose you create a WordPad type of app using AppGameKit Tier 1 that runs on two platforms. The app is able to write a text file and read it back.
Can you transfer the text file between devices of different platforms? If so, how?
Since they are separate platforms, would the app on one platform be able to read the text file created by the app on the other platform?