How to Get Started with AdMob for iOS; Tips and Best Practices

How to Get Started with AdMob for iOS; Tips and Best Practices

Before We Get Started AdMob is an advertisement platform made by Google as an extension of AdSense to allow app developers to make earnings with easy to implement in-app ads. In this post, I will go over how to add ads to your iOS app, type of ads you can implement, and some best practices that I've came across while adding ads to my apps.…
A Detailed Guide Into How to Setup Apple Family Sharing

A Detailed Guide Into How to Setup Apple Family Sharing

Family share gives you the ability to share your subscriptions, purchases, iCloud storage, and many more things with your family members without having them to purchase their own. This is a great feature if you want to save up some money on subscriptions, or apps that you have already purchased but your family members want to use them as well. Getting Started To get started,…
create an app id in appstore connect

How To Create an App Identifier in AppStore Connect – Updated for iOS 14

If you are creating a new iOS app, you will need to create a new App Identifier. Follow the following Step-By-Step post to know how. Step 1 Login to Developer.Apple.com and head to the Certificates, IDs & Profiles. Step 2 Select Identifiers from the side menu Step 3 Click the + button next to Identifiers Step 4 Select App IDs then hit Continue. Step 5…
Using Git with Terminal – 10 Basic Commands You Should Know

Using Git with Terminal – 10 Basic Commands You Should Know

If you are a software engineer, you're most likely have interacted and used a version control system such as Git or SVN. I have used both, but for the past 5 years or so I have been mostly using Git for work and personal projects. I think it provides a simpler and easier way to version controlling and there are a lot of resources online…