Skip to content

7.0.18

Choose a tag to compare

@PushwooshCI PushwooshCI released this 28 Jan 16:29
· 42 commits to master since this release

New Features

  • Added PushwooshGRPC module for optional gRPC transport with automatic fallback to REST
    // Add PushwooshGRPC via SPM or CocoaPods
    // The SDK will automatically use gRPC for supported methods
    // Falls back to REST if gRPC is unavailable
  • Added remote configuration via silent push: setBaseUrl and setLogLevel

Bug Fixes

  • Fixed initialization crash when using PushwooshKeychain module