UrbanApps / UAAppReviewManager

UAAppReviewManager is a simple and lightweight App review prompting tool for iOS and Mac App Store apps. It's Appirater all grown up, ready for primetime.
MIT License
801 stars 117 forks source link

Support for iOS 5.1 #2

Closed olicarbo closed 11 years ago

olicarbo commented 11 years ago

Support for iOS 5.1 by using weak_frameworks for StoreKit. The code already check before opening the store kit if the class exist so the standard method (openURL) will always be used on iOS5.1. Tested in simulator with iOS 5.1, iOS 6.1 and iOS 7

Also fixed podspec validation by changing s.mac.resource_bundles for s.osx.resource_bundles

coneybeare commented 11 years ago

Thanks. I am also going to update the example project to make sure it runs on 5.1