This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
Massive Update!
This update has been in the works for a long time! Specifically, it brings Harpy back into full feature parity with its sister Swift language library, Siren.
Here's what's new (PR #133):
- The
appID
variable no longer needs to be set nor is it exposed to the developer. Harpy now uses app'sbundleID
for version checking, which it can grab from the main NSBundle. - Added ability to show alerts only if current app store version is compatible with the device's version of iOS
- Example: If version 1.0.0 of the app is installed on a user's device that is running iOS 9 and a new version, let's say 1.1.0 requires iOS 10, an update will not be shown until the user upgrades their device.
- Fix to Brazilian Portuguese Language
- Making use of NSURLComponents and NSURLQueryItem APIs
- Modern syntax (making use of nullability syntax and generics)
- Unit Tests!
Finally, the README has received a lot of love, so check it out for more details!