Posted on 11-19-2018 06:33 AM
Does anyone have any information on how Shared iPad mode works with iCloud. I was under the impression that work and projects are synced to iCloud so that user can sign into a different iPad and carry on with their work. I'm finding the Photos (gallery) is automatically syncing to iCloud and follows the user around. But other apps like Explain Everything and Pic collage don't upload to iCloud. They seem to be local only so this data is cleared when they are removed from the iPad as a recent user.
Do I need to enable anything to force apps to automatically sync to iCloud? Or do the users needs to manually save their work to iCloud each time?
Solved! Go to Solution.
Posted on 11-22-2018 05:31 AM
Just in case anyone else comes across this. It seems each app requires an XML config to sync straight to iCloud.
Explain Everything:
<key>SharediPads</key>
<true/>
Book Creator:
<?xml version="1.0" encoding="utf-8"?>
<managedAppConfiguration>
<version>21</version>
<bundleId>com.redjumper.mystorybook</bundleId>
<dict>
<boolean keyName="enableCloudSync">
<defaultValue>
<value>0</value>
</defaultValue>
</boolean>
</dict>
</managedAppConfiguration>
Need to find others.
Posted on 11-20-2018 08:41 AM
The app has to support auto-saving to iCloud for this to work the way you want. Contact the developer and request this!
Posted on 11-21-2018 12:53 AM
Is there anyway of knowing if the app supports auto save to iCloud? I would have though Explain Everything would already have this feature.
This post from 2016 suggests is should already download projects from iCloud:
https://explaineverything.com/coming-soon-explain-everything-version-1-70-for-ios/
I can see there is an "Optimised for Shared iPads" on the VPP page. Not sure what the issue might be.
Posted on 11-22-2018 05:31 AM
Just in case anyone else comes across this. It seems each app requires an XML config to sync straight to iCloud.
Explain Everything:
<key>SharediPads</key>
<true/>
Book Creator:
<?xml version="1.0" encoding="utf-8"?>
<managedAppConfiguration>
<version>21</version>
<bundleId>com.redjumper.mystorybook</bundleId>
<dict>
<boolean keyName="enableCloudSync">
<defaultValue>
<value>0</value>
</defaultValue>
</boolean>
</dict>
</managedAppConfiguration>
Need to find others.