Appstock for Unity
  • Documentation
  • API Reference
Search Results for

    Show / Hide Table of Contents
    • Overview
    • Package Contents
    • Installation
    • Requirements and limitations
      • Requirements
      • Unity 2021/2022 Android issues
      • iOS blocks insecure requests
      • iOS Simulator on arm64
    • Displaying Ads
      • SDK Initialization
      • Banner Ad
      • Interstitial Ad
      • Rewarded Ad
      • Native Ads
        • Introduction to Native Ads
        • Building Native Ad Request
        • Applying Native Ad Response
    • Advanced Configuration
      • SDK Configuration
      • Improving targeting
      • Ext Slot
    • Samples

    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.

    Unity-2021-cpu-dropdown

    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.

    Unity-6-cpu-dropdown

    In this article
    Back to top Generated by DocFX