Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion RevenueCat/Scripts/Purchases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down