Unity iOS SDK Setup

Setting up SDK

Follow our setup guide to integrate the Reteno SDK with your app.

After building in Unity open the Xcode Workspace and follow these setups.

Click on Unity-iPhone on the left and select the Signing & Capabilities tab.

If you'd like to make provisioning your app easier, you can check Automatically manage signing, on the prompt click Enable Automatic, and select your Team. Otherwise you can do this manually.

Xcode Signing & Capabilities tab for the Unity-iPhone target with the Automatically manage signing checkbox and Provisioning Profile dropdown highlighted.

Scroll down to App Groups and click on the refresh button.

📘

NOTE

You may have to press this a few times as it will ask you for each signing type.

Xcode App Groups section with the refresh button highlighted next to the app group checkbox.

Repeat the same steps above but for the NotificationServiceExtension target this time.

Xcode Signing & Capabilities tab for the NotificationService extension target with Automatically manage signing, Team, and the App Groups refresh button highlighted.

App Groups should now be provisioned for you going forward for your iOS bundle id, even on clean builds.

📘

Note

iOS Debug Mode enables you to ensure that all events and user properties are logged correctly.