Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

BITFeedbackMessageAttachment setData Crash iOS9 #395

Closed
bbeversdorf opened this issue Feb 13, 2017 · 2 comments
Closed

BITFeedbackMessageAttachment setData Crash iOS9 #395

bbeversdorf opened this issue Feb 13, 2017 · 2 comments
Milestone

Comments

@bbeversdorf
Copy link

When prepareWithItems is called on an iOS9 device, the application will crash when setData is called. This does not crash on iOS10 devices. When [self->_internalData writeToFile:self.filename atomically:NO]; is set to [self->_internalData writeToFile:self.filename atomically:YES]; it appears to work as expected (I am not sure of the implications though).

Attached is a simple test case.

HACrash.zip

@ElektrojungeAtWork
Copy link
Contributor

Hey @bbeversdorf,

Wow, thanks for this! I'm able to repro this thanks to your demo and have the PR ready.
There will be a new release of the SDK, possibly next week.
I'm keeping you updated on this.

Again, thanks a lot!

Benny

@ElektrojungeAtWork
Copy link
Contributor

This was fixed as of 4.1.4 of the SDK.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants