Сергей Галездинов

Results 29 comments of Сергей Галездинов

Can you please guide me to a place where I could make a turbo buttons implementation for 8bitdo controllers? Really miss that in NES games.

it's not. It requires #78 to be merged. Anyway, current master is already uncompilable when targeting iOS 13

I couldn't build it, mentioned it in #77

Those one who will find this page while searching the solution to `Service exited due to signal: Broken pipe: 13`, I recommend to look at `SO_NOPIPE` option also. See [this](http://badrit.com/blog/2010/11/30/ignore-sigpipe-signal-on-ios#.V3KVslfxCok)...

@tofran any news on this? having the same issue. QR code and the install button makes a link "itms-services://?action=download-manifest&url=https://192.168.1.11:8000/get/guid/app.plist", but the server is running http

ok, I [managed](https://github.com/Sega-Zero/app-distribution-server/blob/main/Dockerfile) to run the server via https, but still no luck with local certificate trust. Tried to generate them with mkcerts as recomended in [uvicorn documentation](https://www.uvicorn.org/deployment/#running-with-https) looks like...

did some research. looks like `itms-services://` link now wants only valid ssl certificate for a specified global domain. mkcerts certificate is not working. so, yeah, with my patch + global...

an option for running with ssl certificate/key would be nice. I made a fork, but I'm not sure I did everything correctly.

```bash +-----------------------------------------------------------------------------------------------------------------+ | Summary for produce 2.225.0 | +------------------------------------+----------------------------------------------------------------------------+ | app_identifier | * | | app_name | * | | skip_itc | true | | enable_services.push_notification | on | |...