iOS Limitations
Limitations on Apple iPhones
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
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:
- Even if you use a 3D scene use 3D objects that are extremely light (Total recommended triangles < 10k).
Last modified 6mo ago