-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support iOS #90
Comments
how can use java in ios? |
@qq1053831109 I think Google has the answer(s). Should Google fail you... there are just multiple ways to use Java in iOS, https://stackoverflow.com/questions/42192170/how-to-deploy-libgdx-game-to-ios for example. |
There is also this project which I have tested and does work on ios: |
Apple prohibits JIT powered application, not AOT powered one. features might limited and may some performance issues occur but its able because iPhone is just a computer |
Now that jnigen supports iOS, we might consider adding iOS support (and tests). (However, I don't have an iOS device at hand, so this will have to wait.) PRs are welcome!
The text was updated successfully, but these errors were encountered: