diff --git a/RevenueCat/Scripts/Purchases.cs b/RevenueCat/Scripts/Purchases.cs index abf94a61..cfe789f5 100644 --- a/RevenueCat/Scripts/Purchases.cs +++ b/RevenueCat/Scripts/Purchases.cs @@ -511,7 +511,9 @@ public void LogOut(CustomerInfoFunc callback) } // ReSharper disable once UnusedMember.Global - [Obsolete("Deprecated, configure behavior through the RevenueCat Dashboard instead.")] + [Obsolete(@"Configure behavior through the RevenueCat dashboard instead. + If you have configured the 'Legacy' restore behavior in the RevenueCat Dashboard + and are currently setting this to true, keep this setting active.")] public void SetAllowSharingStoreAccount(bool allow) { _wrapper.SetAllowSharingStoreAccount(allow);