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 was able to get the bucket to save/load data between apps using App Groups for iOS... but it's not loading Android data between apps for Android. It saves the data, but only to that single app's container. Is there something I need to add to AndroidManifest.xml or something? I have googled around and it seems like I need to add: android:sharedUserId="some.string"
But when I add that, and even uninstall and reinstall both apps: The first app runs fine, but the 2nd app installed will just crash on load (whichever I install second will crash). I am guessing that having two apps with sharedUserId isn't allowed anymore. Any ideas?
The text was updated successfully, but these errors were encountered:
I was able to get the bucket to save/load data between apps using App Groups for iOS... but it's not loading Android data between apps for Android. It saves the data, but only to that single app's container. Is there something I need to add to AndroidManifest.xml or something? I have googled around and it seems like I need to add:
android:sharedUserId="some.string"
But when I add that, and even uninstall and reinstall both apps: The first app runs fine, but the 2nd app installed will just crash on load (whichever I install second will crash). I am guessing that having two apps with sharedUserId isn't allowed anymore. Any ideas?
The text was updated successfully, but these errors were encountered: