What’s New in iOS 11 – For Developers

Here is a summarized list of what developers should expect from iOS 11, which is coming soon later this month (Sept 2017). Support for drag and drop onscreen, either within the same app or in a different app. Support for augmented and virtual reality. Browsing local and iCloud documents. High performance image analysis. CoreML, which … Read more

What is Mobility, and how different it is from Mobile?

Mobility is defined as the convenience of having the information and its social aspect available on the go across different screen sizes and devices. Mobility is totally different that Mobile, and a lot of people mix them up. Think of Mobile as the hardware and the infrastructure, and Mobility as the context that makes everything works together. Businesses usually … Read more

What’s New in iOS 10 – For Developers

Apple just announced iOS 10 at WWDC. Here are some of the great new features that it will have which you can incorporate within your next app release.

SiriKit:
Now apps can be integrated with Siri to provide services to their users. That includes, Audio/Video Calling, Messages, Payments, Photos.

Integration with the Native Messages app:
Now with iOS 10 you can create extensions that interacts with the native iOS messages apps. Your app can now send messages, media files and interactive messages.

User Notifications:
The User Notifications Framework allows you to handle the delivery of location and remote notifications. Now you can schedule the delivery of the local notifications based on certain time or location.

Read more

My Experience with Beacons

I will start with this question, What is a Beacon? a Beacon is a Bluetooth Low Energy (BLE) device that transmit continuous data/signal over short distances. It uses low energy (from what you can tell from the name) but has similar range as the regular bluetooth. Beacons can be used for different purposes, mostly nowadays they use them in retail stores, hardware store, and museums. Think about it like a lighthouse, where it always broadcast its signal no matter what!

Read more