• Jennifer Pike
  • Posted by Jennifer Pike
May 13, 2015

Windows Phone has been pushing its way into a market dominated by Android and iOS. Developers want their applications to be seen by as many people as possible. Since the majority of mobile phone users have phones that run iOS or Android, the decision for an app to support Windows Phone has often been an afterthought. Microsoft is changing that with Universal Windows Platform Bridges.

Read More
  • Logan Gauthier
  • Posted by Logan Gauthier
May 11, 2015

 What is Core Data?

Core Data is an object-graph management system that also provides data persistence. It is not simply a persistence framework. Its features can be used without even persisting data. However, usually, it interfaces with a SQLite database (and this will be my assumption for most of this article).

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
May 10, 2015

People use their phones for everything now: working, gaming, surfing the Internet, keeping up with the news and staying in touch with friends. You probably use it to even check the time. You receive e-mails, phone calls, text messages, app notifications, weather alerts, and traffic alerts. The number of times you reach into your pocket or dig through your Mary Poppins-esque purse in a day to get your phone is staggering. It would be easier to just duct tape the thing to your hand…

Read More
  • Logan Gauthier
  • Posted by Logan Gauthier
April 17, 2015

The Apple Watch is nearly here, and if you haven’t started working with WatchKit, you’re behind. Luckily, Apple has made it fairly simple to dive into Apple Watch development. However, you may run across a few surprises and snags as you start to get your feet wet.

Read More
  • 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