dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
201 stars 13 forks source link

Improve Permissions on iOS #113

Closed enfipy closed 2 years ago

enfipy commented 2 years ago

What problem does this solve, or what need does it fill?

The current implementation of Permissions is not the best. It is better to look at Xamarin and make it more generic (perhaps compatible with Android).

What solution would you like?

Review Xamarin permissions. Also, another request access implementation.

What alternative(s) have you considered?

Perhaps iOS permission in crossbow can be removed entirely - because Apple permissions are more linked to Frameworks themselves, I think it's not the best idea to link a lot of Frameworks just to provide the possibility to check permission.