FairPlay FairPlay Streaming Error Codes When working with FairPlay Streaming (FPS), we may encounter errors with random error codes that lack proper documentation or explanation. An example of such an error is: Error Domain=CoreMediaErrorDomain Code=-42803 "(null)" Various errors may occur when working on FairPlay Streaming. The following provides the error codes...
Apple Apple Fairplay Streaming Overview Apple's FairPlay Streaming (FPS) is a DRM (Digital Right Management) technology used to securely deliver streaming media content to devices. It works with the HTTP Live Streaming (HLS) protocol. Here are some key points about FPS: * FPS allows content providers to encrypt content, securely exchange keys, and protect...
iOS External Link Account Implementation Guide (Reader Apps) Apple allows a subset of applications to link to an external website where users can create or manage accounts. This only allows for "Reader Apps". In this article, we'll see what are the steps to implement the "External Link Account" in an application....
Tips Download WWDC, Tech Talks, and other videos up to 16 times faster Downloading WWDC Videos from the Apple Website is very slow and during WWDC month it's terribly slow. So, to solve this problem here is one open-source tool [https://github.com/vineetchoudhary/Downloader-for-Apple-Developers] that can download WWDC videos up to 16 times faster with resume capability. Github - https:...
Tips How to change playback rate of WWDC Videos? One of the missing features from the WWDC video player is it doesn't have playback rate control. So, here is a simple script to change the playback rate of WWDC Videos - document.querySelector("video").playbackRate = 1.5 Run this script in your web browser console....
iOS iOS 13 - How to Integrate Sign In with Apple in your Application? In iOS 13 at WWDC 2019, Apple introduces a fast, easy way to sign in to apps and websites i.e. Sign In with Apple....
AppStore How to make your new apps available for pre-order on the App Store on all Apple Platforms Apple has announced that all developers can now offer their applications for pre-order via the App Store. Before releasing your app on the App Store for the first time, you can choose to offer it as a pre-order. Customers can see your product page and order your app before it&...
Apple Apple macOS and iOS XNU kernel source code is now available on GitHub About XNU Kernel XNU kernel is part of the Darwin operating system for use in OS X and iOS operating systems. XNU is an acronym for XNU is Not Unix. XNU is a hybrid kernel combining the Mach kernel developed at Carnegie Mellon University with components from FreeBSD and C+...
Tech Your iOS App Has To Be IPv6 Ready before 1st June. At WWDC 2015 Apple announced the transition to IPv6-only network services in iOS 9. Starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking. Most apps will not require any changes because IPv6 is already supported by NSURLSession and CFNetwork APIs. If your app uses...