Closed farmer-dhi closed 1 year ago
Hi @farmer-dhi, the Apple API that delay check was used for has been deprecated and therefore the delay is no longer needed. You can remove that line of code.
Thank you, I will do so :)
Just found this as well - it would be great if the explanation / migration notes for breaking changes like this could be documented in the release notes 🙏
Describe the bug
Version 2.1.2 has the method
delayInitToCheckForSearchAds()
which was removed in 2.2.0. This has broken my build, and it's not clear what I should replace it with (if anything).Steps to reproduce
EXPECTED: Build succeeds ACTUAL: Build fails
Expected behavior
I expected a non-major version change to allow my project to build without needing changes from me.
SDK Version
2.2.0
XCode Version
14.3
Device
Simulator
OS
16.4
Additional Information/Context
No response