Monthly Archives: November 2017

How To Publish Four iOS Apps To The App Store

The task is to publish four iOS apps to the store. Previously, the apps were properly compiled and code rectified for iOS 11. It took five weeks to come to the situation that the only task remaining is publishing the … Continue reading

Posted in iOS | Tagged , , , , | Leave a comment

Every Business Needs an Employee App

If your company has several employees or — even better — if it has dozens and hundreds of employees, you will need to have a special “employee” app. A typical employee app will have this as the main menu: — … Continue reading

Posted in Apps As a Business | Tagged , , , , | Leave a comment

Mysterious pngcrush caught libpng error:

From time to time, you may get a mysterious error in Xcode: pngcrush caught libpng error: Something like the image below: The explanation Compress PNG Files Error will just confuse you. Xcode 9 will compile the code and run the … Continue reading

Posted in Programming, iOS | Tagged , , , , , | Leave a comment

Three Hidden Costs You Will Pay To Upgrade Your Apps to iOS 11

Every year Apple releases a new version iOS and if you have apps in the App Store, you need to upgrade them. In several previous versions, the penalty for not upgrading the apps to the latest version of iOS was … Continue reading

Posted in iOS | Tagged , , , , , , , | Leave a comment

How to Install a CocoaPod – Xcode 9 – Swift 4 – SendBirdSDK

To install a SendBird pod, go to here and download the pod. Copy it to the folder where you app is and then go to that folder: cd “/Users/duskosavic/Documents/apps/Cole/iMedic Flash Cards/imedicflashcards_iOS_BTv4.0.3” In my case, one od the intermedidate folders contains … Continue reading

Posted in iOS | Tagged , , , , , | Leave a comment