8 Commits

Author SHA1 Message Date
Thomas Dohmke
91cc767d38 Even more conservative approach that doesn't use UIDevice#uniqueIdentifier at all. Instead, you need to implement the delegate method. Forced delegate to implement CNSHockeyManagerDelegate protocol. 2012-03-25 18:44:14 +02:00
Andreas Linde
333b6e6a8d Fix typo 2012-03-23 23:06:09 +01:00
Andreas Linde
f48c984eb6 Restructure UDID check
- Optional Macro HOCKEY_BLOCK_UDID to allow getting uniqueIdentifier, default to NOT allowed
- If Macro is not set, configuration is not Debug, AdHoc or Beta, require a delegate method
- Delegate method to return the device UDID, developer has to make sure it is not returned when building for AppStore
2012-03-23 23:04:41 +01:00
Andreas Linde
b9efccfbc6 Improve handling of mandatory flag
- Fix mandatory flag is set but newer version is installed, then the mandatory dialog will still appear (if compareVersionType is set to HockeyComparisonResultDifferent)
- Show mandatory alert if any newer version than the installed one is set to mandatory, and not only the latest one
2012-03-08 21:20:00 +01:00
Thomas Dohmke
b28290cc45 Added options for modal presentation style and bar style. 2011-12-03 18:28:28 +01:00
Thomas Dohmke
2884bdf354 Moved public API from BWHockeyManager to CNSHockeyManager. Fixed name of isShowingDirectInstallOption. 2011-12-03 17:57:16 +01:00
Thomas Dohmke
0e905a011b Merged changes from HockeyKit repo. 2011-12-03 15:24:04 +01:00
Thomas Dohmke
dddc200f9b Initial revision with new CNSHockeyManager. 2011-11-03 20:32:15 +01:00