iOS Limitations
Limitations on Apple iPhones
Last updated
Was this helpful?
Limitations on Apple iPhones
Last updated
Was this helpful?
iOS has a few limitations when it comes to Metaverse experiences:
1) Memory restrictions
2) Multiplayer mode is not supported: WebRTC isn't supported in iOS hence multiplayer chat doesn't work on iPhones
3) Fullscreen mode and VR Mode
iOS has a very strict restriction on memory usage per tab in Safari/Chrome.
So when you run a GMetri deployment link on Safari/Chrome on an iPhone, you must ensure that the experience consumes very little memory, or else the page will crash.
You might see an error message like this in that case: A problem repeatedly occurred on "....."
.
So while designing an experience for iOS:
Use . Avoid . 3D scenes take more memory.
Even if you use a 3D scene use 3D objects that are (Total recommended triangles < 10k).
Make sure "" is turned off.