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
Running tests in Release configuration will help us ensure that our SDK behaves the same way in both Debug and Release builds.
Some tests can only be compiled in Debug configuration (like billing-related ones, for security reasons), we can wrap these tests in #if DEBUG.