Back

Apple/iOS

  • Metova
  • Posted by Metova
March 30, 2015

This is a more reliable method of determining whether or not your code is currently running inside of an XCTestCase than the previously used preprocessor macro method.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
March 11, 2015

Apple joined forces with 12 research institutions to expand the boundaries of medical analysis. A new framework called ResearchKit was announced Monday. The framework allows researchers to put the data users submit as well as information from the device’s sensors toward research. ResearchKit alleviates many of the pain points involved in gathering data.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
February 24, 2015

Apple recently pushed iOS8.3 beta2 to developers. It includes new languages for Siri and support for both wireless CarPlay and Google 2-step verification. Support for ApplePay in China will also be included. However, these have all been overshadowed by the new set of iOS8.3 emojis.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
December 4, 2014

December is a busy month filled with party planning and gift buying, as well as family and friend visiting. In all the rush, have you made a plan for keeping your application on track during the App Store Freeze?

Read More
  • Metova
  • Posted by Metova
August 28, 2014

Occasionally, you may need to mock AFNetworking responses to test your response handling code. You can mock these in XCTestCases by setting up a category to return a response file when a network request is made.

Read More
  • Metova
  • Posted by Metova
August 28, 2014

How to Link to Apps on the App Store

There are a few reasons to link to your app or another app in the app store. You may want to do this if your customer has a paid version of their app that their free version can link to or if they want to be able to show their whole line of products (other apps) from a simple button click. Below are the prerequisites and steps for the United States.

Read More
  • Metova
  • Posted by Metova
August 27, 2014

iOS Tips and Tricks

Having a knowledge of keyboard shortcuts and plugins for your coding environment can make you a more efficient and effective developer. Here are some tips and tricks our iOS developers have picked up.

Read More
  • Logan Gauthier
  • Posted by Logan Gauthier
August 27, 2014

What is an App Identifier? An App Identifier is a unique, reverse...

Read More
  • Seth Beech
  • Posted by Seth Beech
August 27, 2014

Many customers do not have Xcode installed, much less know how to pull logs from it. When the customer needs to be able to view logs or to send logs to you to debug a defect, they can use this.

Read More
  • Metova
  • Posted by Metova
August 20, 2014

What is Kif?

Kif is an automation framework that integrates directly with XCTests. The framework can be found here: https://github.com/kif-framework/KIF. Kif automation testing is done through a UI test actor (KIFUITestActor), which you can tell to perform UI actions, all in Objective C.

Read More