NightFury
NightFury

Reputation: 13546

Google Play Game Service Integration Issue iOS

I have been able to integrate the broken Google Play Services with unity iOS Project to an extent. I downloaded files from here. Lots of header files were missing, so I downloaded header files from Robovm iOS Bindings. I have included all necessary bundles and frameworks, but still getting following compiler errors:

enter image description here

The files mentioned in the figure are framework header files, I have already given path in build settings.

Moreover, there is neither definition file for headers nor any library provided by google, then how will I resolve this issue?

Please give me some directions to solve this problem. Thanks.

Upvotes: 0

Views: 661

Answers (1)

Clayton Wilkinson
Clayton Wilkinson

Reputation: 4572

Instructions and the required libraries for building can be found on the plugin repository readme page:

Specifically you need: Google Plus SDK for iOS Google Play Games C++ SDK

There are some compiler flag settings you also need to modify, so pay special attention to that.

Upvotes: 0

Related Questions