Hello,
Before 18 February, the condition < unity.platform == ‘iOS’ > was working while, < unity.platform == ‘Android’ > wasn’t.
After 18 February, < unity.platform == ‘iOS’ > condition stopped working for iOS users as well.
Could you please fix it? Also, is there a workaround where I can split my users based on their respective platforms (primarily for Android and iOS users)
Thanks