跳到主要内容

Update pod version

Update the pod version in your Podfile:

pod 'VGPSDK', '5.2.5'

Run pod install.

What's changed

  • Fix push notification crash when the notification payload contains a null link value. Previously, a JSON null was parsed as NSNull on iOS, causing a crash when the SDK attempted to read it as a string.
  • Safe topViewController lookup — the SDK now uses the modern Scene API (UIWindowScene) to find the key window, with a fallback for older iOS versions. This prevents potential issues on iPad multi-window and iOS 15+.