ylechelle / OpenUDID

[OpenUDID IS NOW DEPRECATED] Open source initiative for a universal and persistent UDID solution for iOS
OpenUDID.org
2.09k stars 435 forks source link

Don't force ARC #24

Closed jcgsxr closed 12 years ago

jcgsxr commented 12 years ago

I'd like to propose reverting this commit https://github.com/ylechelle/OpenUDID/pull/20, where usage of ARC became a requirement. A number of publishers in our ad network have users who are running on iOS versions 4.2 and below, which causes crash issues for them. Whether or not using ARC is considered the "right way" to do things, this becomes a blocking issue for us as we can't just cut out a portion of our user base. I can only assume that this would also be a blocking issue for others as well who are potentially considering OpenUDID, since we must support all devices and OS versions at the end of the day.

ylechelle commented 12 years ago

Please discuss directly there: https://github.com/ylechelle/OpenUDID/pull/12