This is absolute time, not the sum of session times! This can be used to detect crashes on startup and defer app initialization after the crash report has been send by also using the new delegates for networking operations
- 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