After publishing my project with a zip file, I notice the generated start.js file uses navigator.platform and navigator.appVersion in the getIosVersion function. These are deprecated, and should be replaced with navigator.userAgent.
              
              
              1 Like
            
          Thanks, created a ticket for this: https://github.com/playcanvas/editor/issues/638