IOS
[IOS] IOS에서 GPGS
파울로 디발자
2023. 1. 3. 14:25
애플 ios에서는 자체적으로 GameCenter를 사용한다 .GPGS를 지원하지 않기에 , 빌드시 포함되지 않는다.
GPGS가 이미 포함된 프로젝트의 경우 빌드별로 일일이 삭제하기는 번거롭다 .
해당 문제를 해결하는 간단한 방법은 이렇다 .
빌드시 (ios)PlayerSetting => Player => Otehr Setting => Scripting Define Symbols => ;NO_GPGS를 추가해준다
참고
- https://mmzzuu.tistory.com/56
- https://github.com/playgameservices/play-games-plugin-for-unity/blob/master/README.md#excluding-all-google-play-game-services-when-building-for-ios