- Learning Unreal? Engine iOS Game Development
- Muhammad A.Moniem
- 234字
- 2021-07-23 20:12:33
Adding devices
As a part of the secure development environment that Apple provides to developers, you can define which devices are authorized to try the game/app during the development process. So, in case someone gets a development version of the game, he/she will not be able to run it on his/her device. Only the devices that are included in the provisioning profile (we will explain how to do this shortly) will be able to run the game build.
Adding a new device is a very simple process; you just hit the Add new device button in the Devices section on your left panel, and then provide the following details:
One last thing regarding the devices. Apple's developer portal allows you to add up to 100 devices in your devices list. These devices will not be per project but per account, meaning that you can have 100 devices as a company only; so, use them wisely if you are working in a huge team! Anyway, an iOS game in any size will not require such a massive team!
- Java范例大全
- SOA實(shí)踐
- Python數(shù)據(jù)分析基礎(chǔ)
- Apache Spark 2 for Beginners
- Python網(wǎng)絡(luò)爬蟲從入門到實(shí)踐(第2版)
- Swift 3 New Features
- 單片機(jī)應(yīng)用技術(shù)
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- C程序設(shè)計(jì)實(shí)踐教程
- HTML5秘籍(第2版)
- OpenMP核心技術(shù)指南
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用
- 從零開始學(xué)Android開發(fā)
- Exploring SE for Android