Heads up! We're sunsetting this forum to streamline our community space.

join us on Discord for support, updates, and all things Snap AR! See you there!
Sign up for our live Camera Kit office hour on July 17 @ 9:30am (PT) / 4:30pm (GMT)

[v1.19.0] Camera Kit SDK release

stevenxu
stevenxu Posts: 612 👻
edited February 2023 in Announcements #1

We have just released Camera Kit SDK v1.19.0 to Maven Central and CocoaPods. Sample apps are hosted on the Snapchat GitHub account. This is the last planned release for this year.

List of changes in this SDK:

Features

  • Lens Studio 4.36 support
  • Add a new sample app that demonstrates a custom implementation of lenses carousel and camera preview layout
  • Add a debug menu to the sample app to customize lens groups at runtime (iOS only)

Updates

  • API Updates [Android] Remove deprecated lens icon/preview accessors:
  • LensesComponent.Lens.iconUri replaced by icons.find { it is LensesComponent.Lens.Media.Image.Png }?.uri
  • LensesComponent.Lens.preview replaced by previews.find { it is LensesComponent.Lens.Media.Image.Webp }?.uri

Visit changelog page for information about all versions.

Tagged:

Comments

  • stevenxu
    stevenxu Posts: 612 👻

    Version 1.19.1

    Jan 11, 2023

    • Android: Fix a crash caused by RejectedExecutionException after Session is closed

    Changelog

  • stevenxu
    stevenxu Posts: 612 👻

    Version 1.19.2

    Jan 13, 2023

    • iOS: Fix the issue of staging watermark showing with production API token

    Changelog

Categories