Epilogue Nowadays a lot of apps are changing their strategy to use of mobile numbers instead of usernames. Revolut is one example, but I believe that even WhatsApp is asking for your mobile number instead of a username to log in. It is reasonable, since the mobile text service (SMS) is a good candidate for ...
The previous posts from this series are Part1, Part2 and Part3. Profile management Just to summarize the dependency graph for the different type of provisioning profiles here is the graph: The Developer Profile depends on / consist the following Team identifiers, Developer certificates, Devices, Entitlements/capabilities, which is also part of the Identifier, Apple Certificates. The Distribution Profile ...
The previous posts from this series are Part1 and Part2. Let start with the most important question: Why we need a provisioning profile? The short answer is: Because we want to run our shiny new app on a physical device. So, if you never ever want to run your ode on a physical device, ...
In the first part of this course I went through the first preparation steps in order to create the provisioning profile, namely that how to create the different certificates, and also how to add the devices that you own. In this post we will get into another important ingredients of “cooking” of the provisioning profiles: ...
In this series blog post I will try to give you a brief explanation on what are the requirements and the differences for the Development and the Distribution provisioning profiles.
I was privileged to work in a team with pretty good engineering culture, and I have seen also the opposite, where the software development team was only seen as a cost center. Anyhow, if you are in the situation where your company can afford Technical Architect, there are good chances that someone from the Backend ...
I have been recently working on a HealthKit related app, where I wanted to categorise the blood pressure data. If you are not familiar with this data, here is a little explanation: Measuring Blood pressure Blood pressure build up from 2 numbers: the systolic value and the diastolic value. The valid value ranges for systolic ...
Unfortunately if you want to leverage/play/enjoy the new SwiftUI hot reload capabilities, then you need to update your beloved macOS Mojave to Catalina alongside with the Xcode 11 beta. Ok, so let’s image you can’t wait to download the macOS Catalina Beta (6GB) on your existing system with macOS Mojave and Xcode 10. Getting some ...
Ok, I have already mentioned how to get access to a machine from your web browser, which runs Swift. There is also a good resource from Paul Hudson, who is the author of a dozen of Swift books. Paul decided to write an iOS app, called Unwrap where you can learn the basics of Swift. ...
I think most of us were absolutely happy when we downloaded the Xcode 9, and started to enjoy the new features. I was happy as well, but my happiness didn’t take long. My face started to turn into a frowning face, immediately after when I wanted to upload my current project to the App Store. ...