For iOS, we begin in a similar manner as we did with Android: an empty project. We start by creating a Single View Application as described in Chapter 2, Setting Up, and name our app iOSBLEServiceExplorer and get started with project creation as described in the last chapter.
To keep you focused on the core concepts, we will keep our iOS app as simple as possible:
- We start by creating an empty project by the name of iOSBLEServiceExplorer. If the project creation was successful, then you should be ...