freshplanet / ANE-DeviceId

Provides access to the device unique id.
Apache License 2.0
51 stars 25 forks source link

Inlude the required AdSupport framework in iOS build. #3

Closed roguenet closed 11 years ago

roguenet commented 11 years ago

Including the ANE for iOS does not work unless the ANE links against the AdSupport framework, which AIR extensions do not do by default.

This PR accomplishes the same thing as https://github.com/freshplanet/ANE-DeviceId/pull/1, but works after today's refactors. Please consider merging one of these PRs, it would have saved me several hours of digging through AIR extension API business to figure out why this wasn't working for me.

If you would prefer to rebuild the .ane yourself, I would be happy to remove the rebuilt ANE from my PR.

roguenet commented 11 years ago

Oh, I should also mention that the other open issue (https://github.com/freshplanet/ANE-DeviceId/issues/2) is the error reported by ADT when this patch has not been applied. So, merging this PR would also solve that issue.

ataugeron commented 11 years ago

Thanks @roguenet !