Skip to main content

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:

  1. In Xcode, select VGPSDK.bundle in the Project Navigator and press DeleteRemove Reference.
  2. In your target's Build Phases → Copy Bundle Resources, remove any VGPSDK.bundle entry 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.