question

shashchamp avatar image
shashchamp asked

can we change rootWhisperSyncFolder location

Hi Inside GameCircle() constructor I was trying to sync a different folder other than "/data/data/{0}", _plugin.Get ( "packageName" ) +shared_prefs I gave rootWhisperSyncFolder= "/mnt/sdcard/Android/data/com.example.sample/files/" But it was always trying to sync the previous folder only "/data/data/com.example.sample/shared_prefs". Didn't thrown any error though. Is there something I am missing or we just cant change the path.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Anshul@Amazon avatar image
Anshul@Amazon answered
Thank you for your post. We are forwarded your query to the concerned team and will get back to you once we have an update.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mikenelman avatar image
mikenelman answered
Hi shashchamp , I think the public static string rootWhisperSyncFolder in the GameCicle.cs script is only there for reference. So you can use it to know the whispersync's synchronisation folder, but not to set a new path. Whispersync probably uses it's how private/unacessible variable to synchronise. Remember that GameCircle is a external program. Even more, I am not sure that "/data/data/com.example.sample/shared_prefs" is synchronized. At least the one from my application was not. Only files in the "/data/data/com.example.sample/" was. I hope it will help :)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Anshul@Amazon avatar image
Anshul@Amazon answered
Hi shashchamp, We do not currently support Whispersync for data stored on sdcard. Hope this info helps.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.