Closed cederache closed 1 year ago
Hi @cederache,
In previous version of our SDK, there is a threshold between two calls of a second but with last version 3.5.0, this has been changed to return a cache response instead of an error.
Hi @mlanoy1 It works with the 3.5.0 version of the SDK 👍
Thanks
Hi, I implemented Purchasely in an app and I found that if I tap too frequently on a subscribe button (which call
Purchasely.presentationController(for:, completion:)
) I have the errorError finding presentation (null). Too many calls on /configuration
The view is shown but full white instead of the configured paywall.
Is there a delay needed between two calls of this function ?
Here is the code in the button IBAction :