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
nulllink value. Previously, a JSONnullwas parsed asNSNullon 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+.