Skip to content

0.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 05:08
· 5 commits to main since this release

Added

  • Core SDK

    • ClixConfig-based initialization with projectId, apiKey, endpoint configuration
    • Async/await and synchronous API support
    • Thread-safe operations with automatic initialization handling
  • User Management

    • User identification: setUserId(), removeUserId()
    • User properties: setUserProperty(), setUserProperties(), removeUserProperty()
  • Push Notifications

    • Firebase Cloud Messaging integration
    • ClixAppDelegate for automated push notification handling
    • ClixNotificationServiceExtension for rich notifications with images
    • Automatic device token management
  • Device & Logging

    • Device information access: getDeviceId(), getPushToken()
    • Configurable logging system with 5 levels (none to debug)
  • Installation

    • Swift Package Manager and CocoaPods support
    • iOS 14.0+ and Swift 5.5+ compatibility
    • Sample app with complete integration example