馃 Distributing Games from Xcode to App Store Connect

Implementation after adding the Game Center plugin

In this article, I鈥檒l explain how to upload an iOS game exported from Godot to App Store Connect using Xcode. It鈥檒l probably be short, so feel free to take it easy. Also, I鈥檓 assuming you鈥檙e familiar with Xcode, which is a macOS-exclusive app, so I鈥檒l proceed with that in mind. Macs can be pricey, but if you want to release apps like iOS or macOS on the App Store, it鈥檚 an essential tool. I got mine with a 2-year Orico loan. It was tough, though 馃槅 Environment at the time of writing this article Xcode Version: 15.3 (15E204a) Computer Model: MacBook Air M1, 2020...

2024-05-13 路 5 min 路 Gobo

馃 Implementing Game Center Features After Adding Its Plugin

Implementation After Adding Game Center Plugin

In the previous article 馃 Adding Game Center Plugin to Your Project , I explained how to add the Game Center plugin from the official Godot iOS plugins to your project. In this article, I鈥檒l guide you on implementing the functionalities of Apple鈥檚 Game Center using the added plugin. If you鈥檙e wondering what Game Center is all about, I briefly explained it in the beginning of the previous article, so you might want to check that out first. Broadly, I鈥檒l explain in two main sections: Setting Up Game Center in App Store Connect Implementing Game Center in GDScript By the way, the basic usage of plugins is documented in Godot Docs / iOS plugins / iOS plugins , so it would be reasonable to start there....

2024-05-11 路 9 min 路 Gobo

馃 Adding a Game Center Plugin to Your Project

Adding a Game Center Plugin to Your Project

Introduction In this article, I鈥檒l show you how to add the official Godot plugin for integrating with Apple鈥檚 Game Center to your project. First off, what is Game Center? For those unfamiliar, it鈥檚 a feature available on iOS devices like iPhones and iPads. By signing in with an Apple ID, Game Center records achievements and allows players to compete on leaderboards in supported games. Developers can set achievements, define their completion criteria, and decide what to compete for on the leaderboards. Using the Game Center plugin in Godot, you can easily integrate these features into your games, which is pretty awesome....

2024-05-05 路 3 min 路 Gobo