Post not yet marked as solved
Post marked as unsolved with 1 replies, 285 views
Will there be any potential problem with appstore review problem/concerns if game app uses the "com.apple.developer.kernel.extended-virtual-addressing" entitlement?
I have tested it on local signed development version and it's exactly what we wanted, but I just want to be more sure about it since the sumit/review cycle is quite long.
Our app tries to load quite some bulk data with mmap directly from large files, and previously I found that virtual addressing space of iOS devices are actually quite limited. let alone the fact that the system also loads many stuff(emoji/app executable) in this way which also consumes several hundreds mega bytes of virtual memory, so we actully need this entitlement very much.