Remove VGPSDK.bundle from your project
VGPSDK.bundle is now delivered automatically by CocoaPods. If you previously added it manually, remove it from your project:
- In Xcode, select
VGPSDK.bundlein the Project Navigator and press Delete → Remove Reference. - In your target's Build Phases → Copy Bundle Resources, remove any
VGPSDK.bundleentry if present.
Update the pod version in your Podfile:
pod 'VGPSDK', '5.2.2'
Run pod install.
Update Info.plist
Update SKAdNetworkItems with the latest identifiers from your Adjust dashboard and add the ATT usage description if not already present.
Follow the Project Configuration instructions.