- 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
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
* release/2.2.4:
Updated Hockey.bundle.
Make sure if the installed version is newer, mandatory is ignored
Add SDK info to update request too
Increase podspec version number
Add SDK version number to source and send it to the server, together with the SDK name
Improve handling of mandatory flag
Don't crash if no JSON serializer is found, show an error in the log instead
Updated podspec.
don't add a target selector for removed method
removed PSLog to prevent conflicts with other SDKs
Fix for using any method automatically triggering checkForUpdate via notification
Fix potential crash if json string is nil
Conflicts:
HockeySDK.podspec
- 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
* release/2.2.3:
Update copyright years in license file
Update PLCrashReporter with UTF bug fix
Clean crash queue if the HockeyApp server rejected the crash
Fix a problem with dismissing the update view in some scenarios
Fix memory issue
* release/2.2.2:
Some more 2 space indentation fixes
fix example
Set the delegate for Hockey and Quincy
Remove unit test files and target
Add appstore detection property
Add workaround for not requiring -all_load linker flag and some Xcode project adjustments
Updated manager for quincy logging and new delegate
One more 2 space indentation fixes
Add new delegate which fires when the user selected "Send Always" in the alert
Fix for an older commit in QuincyKit being only half complete
Don't treat empty server responses as success
Added optional logging for debugging help
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj
Removing returning shared instance before dispatch_once is invoked
* refs/heads/diederich-features/xcodeproj:
Add workaround for not requiring -all_load linker flag and some Xcode project adjustments
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj
* 'features/xcodeproj' of https://github.com/diederich/HockeySDK-iOS:
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj