Upload different binary to iTunes for same version of the app

With new iTunes interface a lot of things changed. You can upload your app either from 1) Application loader 2) Direct form Xcode as archive. After uploading you can chose it from Build section of app detail page in iTunes connect dashboard. At this moment all things goes in a good way for you. But

Upload different binary to iTunes for same version of the app Read More »

Pull Code from Bitbucket repository to MacBook

To Pull code from a repository to your MacBook you have to follow below steps Open up a terminal. Create a folder so that you can track where you want to pull code from BitBucket. If already have folder, then navigate to it using the command ‘cd‘ Apples-MacBook:~ apple$ cd Desktop Apples-MacBook:Desktop apple$ mkdir PulledCodeFromBitBucket Apples-MacBook:Desktop

Pull Code from Bitbucket repository to MacBook Read More »

UITabBarItem image gets scaled when tapping on it continuously

Recently while I am working on an app that was initially developed by one of my friend. In IOS 8, we encountered a bug that when tapping on a tab for 5-6 times, the UITabBarItem image gets scaled itself and when we tap on other tab it restores itself to default satiate. Shown in picture given below

UITabBarItem image gets scaled when tapping on it continuously Read More »

Integrate Instagram in IOS

Tags: #Instagramintegration #IOS #Tutorial #login via instagram Introduction to Instagram integration in iOS Instagram is the popular app that allows user to share pictures and small videos with their followers and people around the world. In iOS app, developers  can utilize Instagram Api in two ways 1) Login to the app using Instagram credentials 2) Share picture from the app to Instagram

Integrate Instagram in IOS Read More »