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
Thank you for the feedback and definitely a valid point. 👍
When it comes to platform specific methods (including the getters you have mentioned), with v5 we have also made them to run only on the platform they semantically belong to. But yes, we will document in the migration guide that iOS platform specific getters will no longer return anything if invoked from Android platform and vice versa.
Maybe also a question for you: Do you see any value in getting undefined or some invalid value when invoking iOS getters from Android platform or does having the platform specific execution sound better?
Yes this should be documented. I was using requestTrackingAuthorizationWithCompletionHandler without platform checking. I was continuing app init in handler method.
01b0649 breaks the expectation that the callback will be called (with undefined or more) so it's an undocumented breaking API change.
Example code that this change breaks:
Not asking for revert of anything but please be mindful of changes and document them 🤗
The text was updated successfully, but these errors were encountered: