https://shinylib.net/client/appbuilder/ & https://github.com/shinyorg/templates - make the equivalent of this, but less Shiny oriented and more feature oriented.
- Create csproj
<CustomEntitlement /> or entitlement.plist file
- Create Apple PrivacyInfo.xcprivacy file
- AppDelegate wiring (necessary for Push)
- Create AndroidManifest.xml
Permission List
- Bluetooth LE
- Push Notifications
- Locations (Foreground)
- Locations (Background - including Foreground Service for Android)
- Camera Setup (for MediaPicker & CameraView in CT)
- Calendar
- Contacts
- Others?
Once selected, this could feed further into the provisioning profile setup with Apple.
https://shinylib.net/client/appbuilder/ & https://github.com/shinyorg/templates - make the equivalent of this, but less Shiny oriented and more feature oriented.
<CustomEntitlement />or entitlement.plist filePermission List
Once selected, this could feed further into the provisioning profile setup with Apple.