How to Publish or Update app from Different or other Macbook where originally apps published .
Sometimes you submitted app on a system and try to submit the updated verrion of the same app from different system (Macbook,iMac), That creates a problem because there is not a private key on your Mac associated with the distribution certificate you are…
How to add private key to the distribution certificate ?
Sometimes you submitted app on a system and try to submit the updated verrion of the same app from different system (Macbook,iMac), That creates a problem because there is not a private key on your Mac associated with the distribution certificate you are…
How to use Cocoapods in Swift Programming language
Cocoapods in Swift Cocoapods is a dependency manager for Swift projects. It simplifies importing third-party libraries to the project and it handles dependencies. In this tutorial we will import the FontBlaster library using cocoa pods. The FontBlaster…
How to create Simple Registration form in SWIFT !
Registration form in SWIFT A form which we may use in multiple applications but each time that is Sign up or Registration form. Below is the sample code of simple registration form Below form contains the fields like -First Name -Last Name -Email…