Hi, I moved your message to a new topic to make things easier to handle, after all the issue is not related to the sound problems.
As of iOS we are still thinking whether to write the FAQ entry or not, we are a bit lazy
It is a really simple task of 3 steps:
— Checking the requirements;
— Installing the ipa;
— Copying game files.
I will try to cover them all, so it is going to be a little lengthy
1. The lowest requirements are iOS 8 and iPad 4 and newer, but to get optimal performance and avoid crashes without disabling several optimisations you need a device with 2 or more gigabytes of memory (Air 2, mini 4, either Pro, and likely newer when they appear).
- If you have an older model (4 or Air) you will need to disable Object caching in preferences otherwise you will get the crashes. They may still happen in intensive scenes, like credits, but we are working on reducing them to the minimum. At least I was able to play the game without many issues.
- If you get battery drain you might want to add force-fps=30 to ons.cfg file after the first launch of the game.
- If you need to get 1080p movie playback (although on iOS it is absolutely irrelevant and not visible and I recommend going with 720p) you will need hwdecoder=on in ons.cfg.
- If you have iPad 4 you should armv7s binary, if you have any other model please go with arm64.
- To reduce game weight you could safely delete video/1080p folder.
- After installing the game make sure to open it at least once to avoid getting a 6 gigabyte backup in iCloud.
2. To be able to install the ipa file you should pick one route you prefer:
a) Jailbreak your tablet (e.g.
http://en.pangu.io/help.html), then install AppSync Unified from
http://cydia.angelxwind.net, the. just install an ipa file via any software (I personally use mobiledevice and iMazing, but there are many other tools that work just fine (iFunBox, iTools, etc.). The guide how to jailbreak is explained on pangu page, and there are many guides on the net on how to install AppSync Unified and later use it to get an app.
b) Not going with a jailbreak and using your Apple ID.
http://en.pangu.io/help.html has a really nice guide on how to sign their application with Cydia Impactor and then install it on the device. Just follow it but use our ipa file and not any other. The only issue here is that you will have to resign the app every week.
c) Not going with a jailbreak and using Apple Developer provisioning. This is very similar with the previous variant but requires paid membership (99$) in Apple Developer program as well as a Mac. You enrol as a developer and create the signing certificates (or ask a friend or another developer to make them for you, this is likely going to be much cheaper), and then use codesign or gui tools like
https://dantheman827.github.io/ios-app-signer/. I think you might be able to do it on Windows and Linux as well, just google for "resign ipa file" with an os postfix.
3. After installing the ipa file you simply open iTunes or any other program and copy the game files to the app (the section is called File sharing if I remember correctly). You do not need the dll files or the engines but everything else is necessary.
Feel free to ask any questions I do expect myself to be able to answer. There are quite a lot of (video)guides on the net regarding the 2nd step, so I feel you might prefer them over mine.