Skip to content

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 06:23
· 10 commits to main since this release
4e38b6c

Appstack Unity SDK 1.0.0

Added

  • Initial Unity Package Manager distribution as com.appstack.unity-sdk for
    Unity 6 (6000.0) or newer.
  • Support for iOS 15.0+ through Appstack iOS SDK 4.4.0 and Android API level
    21+ through Appstack Android SDK 1.5.0.
  • SDK configuration with an API key, log level, and optional customer user ID.
  • Standard and custom event tracking with optional event parameters.
  • Apple Ads attribution on iOS.
  • Appstack ID, SDK status, and asynchronous attribution-parameter retrieval.
  • Concurrent attribution requests with callbacks returned to the captured
    synchronization context when available.
  • Automatic iOS Swift Package Manager integration through the Unity Xcode
    postprocessor, including dynamic-framework embedding in the application.
  • Automatic Android native dependency resolution through EDM4U.
  • Automatic Android R8/ProGuard configuration with no custom keep-rules step.
  • Basic Integration sample for manual SDK configuration and event tracking.

Install through Unity Package Manager

  1. Download and extract appstack-unity-sdk-1.0.0.zip.
  2. In Unity, open Window → Package Manager.
  3. Select + → Add package from disk and choose the extracted root package.json.
  4. Complete the iOS and Android setup.

What's Changed

New Contributors

Full Changelog: https://github.com/appstack-tech/appstack-unity-sdk/commits/1.0.0