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
7705382f6b
Remove autoSubmitting UDID with crash reports and add # DONT_SEND_UDID macro for disabling usage of UDID
...
By default DONT_SEND_UDID is set to 0, so UDID data will be send for beta usage. The developers should set it to 1 in their project settings for AppStore configurations
2012-03-23 21:20:37 +01:00
Andreas Linde
e7da6943e2
Add appstore detection property
2011-12-08 13:47:21 +01:00
Andreas Linde
b3e7239ed1
Updated manager for quincy logging and new delegate
2011-12-07 16:03:40 +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
1446d31588
Added Quincy properties and methods to CNSHockeyManager.
2011-12-03 17:16:21 +01:00
Thomas Dohmke
6aeb205063
Added delegate methods from BWHockeyManager and BWQuincyManager to CNSHockeyManagerDelegate.
2011-12-03 16:56:22 +01:00
Thomas Dohmke
2f4dc46c57
Added method configureWithBetaIdentifier:liveIdentifier:delegate.
2011-12-03 16:31:08 +01:00
Thomas Dohmke
d8bb3b07eb
Removed dependeny to JMC.h and use NSInvocation instead.
2011-12-03 16:19:14 +01:00
Thomas Dohmke
dddc200f9b
Initial revision with new CNSHockeyManager.
2011-11-03 20:32:15 +01:00