Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think I may have found a link that may help bring DolphiniOS to the App Store #175

Closed
AdvancedCracker opened this issue Jan 12, 2025 · 2 comments

Comments

@AdvancedCracker
Copy link

Hello,

I was seeking information on apple’s developer website about the issue currently faced that prevents us from bringing DolphiniOS to the App Store: JIT. I was searching more about apple’s security issues with JIT, and I found this article. It may come useful. It explains why, but also provides some code that, if done correctly, can win compliance for a JIT-based emulator on the App Store. If I’m reading it right. If I am in fact reading it right, the. That means if we can work on the JIT to contain some of apples code. It does however state that the JIT must only call these functions in a restricted way, to prevent malicious code from being executed. That being said, this does possibly mean that, if used in this “restricted” way, we may be able to bring this emulator onto the App Store.

https://developer.apple.com/documentation/browserenginekit/protecting-code-compiled-just-in-time

@C4ndyF1sh

This comment was marked as off-topic.

@OatmealDome
Copy link
Owner

OatmealDome commented Jan 12, 2025

We have no plans for an App Store release at this time.

The link you provided only applies to web browser apps. Apple also verifies that your app is a browser before they grant you the permission to use JIT using that code. In addition, this functionality is only available to people located in the European Union.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants