Skip to content

iOS Platform Setup

Gravitum edited this page Nov 24, 2016 · 3 revisions

iOS Platform Setup

When your game-specific logic will have be done with configured Gravitum Unity SDK settings (link to those instructions), you can make a build on iOS platform. Reveal project in Xcode. And there are two steps to complete platform setup:

First, you need to fill the corresponding fields in Xcode target settings: signed certificate (Developer ID) and attached to it bundle id.

Unity-iPhone_xcodeproj_cert.png

And second - (in Capabilities) you need to turn on Push Notifications and Remote Notifications at Background Modes

Unity-iPhone_xcodeproj_settings.png

That's it!

Clone this wiki locally