ios apps can now run on Mac. What does getPlatformName()
return in that case? I can't test this because I think that you need a new mac for this, but I saw some mac downloads for my app.
My app calls getPlatformName()
in several places and always expects ios
or and
It will be "ios" since the getPlatformName()
is always hardcoded in the implementation and isn't the interesting thing to query.
The interesting question is "what will be the value of isDesktop()
" and that's something I don't know. However, we do have an Arm Mac for experimentation and we will check. We'll try to make it return the right value and behave as a desktop app.