Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.54 KB

Instructions-iOS.md

File metadata and controls

21 lines (13 loc) · 1.54 KB

👩‍💻 iOS Specific Instructions:

iOS dependencies are added using CocoaPods Podfile. After exporting the project to XCode, you need to run pod install. This can be automated by EDM4U plugin to be done on each export. You can always manually install pods by running pod install in the exported XCode project. Ensure to start .xcworkspace to build the game with dependencies.

  1. Set your account Id, token, and region, as well as personalization and IDFV settings in the CleverTap Settings Assets > CleverTap Settings

CleverTap iOS Settings

This is needed so the CleverTap Post Processor script can add those settings automatically in the Info.plist file.

📘 IDFV Usage for CleverTap ID

Starting from CleverTap Unity SDK 2.1.2, you can optionally disable the usage of IDFV for CleverTap ID. We recommend this for apps that send data from different iOS apps to a common CleverTap account. By default, the CleverTapDisableIDFV checkbox is cleared.

  1. Set up EDM4U plugin to install CocoaPods automatically. Go to Assets > External Dependency Manager > iOS Resolver > Settings. You can also install manually using pod install.

iOS Resolver Settings

  1. Open the .xcworkspace project.
  2. To enable Push Notifications, ensure to add the Push Notifications capability to your Xcode project.
  3. Build and run your iOS project.