iOS Simulator on arm64
The package has two versions of native plugin (in Plugins/iOS
):
location | build destination | arhs | meta settings |
---|---|---|---|
AppstockSDKForUnity.framework | generic/platform=iOS |
arm64 | ARM64 |
AppstockSDKForUnity_Sim.framework | generic/platform=iOS Simulator |
x64, arm64 | X64 |
The simulator version is only marked as x64 compatible due to Unity 2021.3 LTS not having arm64 simulator flag in serialization version 2 of plugin meta files that it uses.
If you are using Unity 6, X64
translates to X64 Simulator
.
You may want to tick ARM64 Simulator
as well and apply the changes once the package is imported.