Michael
Michael
We are having an issue where as we are loading assets the application is put into the background by the user on iOS. While in the background the load continues...
### Discussed in https://github.com/airsdk/Adobe-Runtime-Support/discussions/997 Originally posted by **marchbold** July 21, 2021 When specifying an Android SDK via the `-platformsdk` option we are seeing the message ``` NOTE: Multiple Android build-tools...
add support for - iPad13,4,5,6,7,8,9,10,11 (2021 iPad Pro) - iPad13,16,17 (2022 iPad AIR) - iPhone14,6 (iPhone SE 3)
Add airpackage build script (resolves #43)
I'm attempting to ascertain whether an extension has been loaded at runtime after specifying the extension is to be "delay load". ## Problem Description * AIR SDK v50.2.4.1 Firstly I...
iphone models: - 14, 14 plus, 14 pro, 14 pro max, - 15, 15 plus, 15 pro, 15 pro max
Allow multiple repositories to be configured for a project Repositories can be specified in the repositories section of the `project.apm` eg: ```json "repositories": [ { "name": "airnativeextensions", "location": "https://airnativeextensions.com/repository" }...
## Feature Recently we have been discussing the development of an [AIR package manager](https://github.com/airnativeextensions/apm) to simplify handling dependencies on AIR applications. To aid this development it would be helpful to...
## Problem Description Android 15 (API 35) enforces edge-to-edge rendering on apps which means your application is supposed to account for edge insets etc. https://developer.android.com/about/versions/15/behavior-changes-15#ux However currently Screen.safeArea only returns...