This release adds the following:
- Fixing
[UIApplication sharedApplication]
usage
Fixing [UIApplication sharedApplication]
usage
In newer versions of iOS and Xcode, [UIApplication sharedApplication]
usage has been deprecated in favor of other approaches. This adds it back for one use case of registering for push notifications prior to iOS 10.