Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with new libraries after 64-bit update #17

Open
danhett opened this issue Jan 14, 2015 · 2 comments
Open

Issue with new libraries after 64-bit update #17

danhett opened this issue Jan 14, 2015 · 2 comments

Comments

@danhett
Copy link

danhett commented Jan 14, 2015

Hi

I've updated the ANE in order to get my app running on the new 64-bit architecture opened up via AIR SDK 16. When I run the app, this call now fails:
AirDeviceId.getInstance().getID("");

with

[Fault] exception, information=ArgumentError: Error #1063: Argument count mismatch on com.freshplanet.ane::AirDeviceId/getID(). Expected 2, got 1.

I'm unable to see/add any other parameters, the call only accepts a single salt String as an argument.

Is this related to the update? Thanks.

@LorenzGit
Copy link

I am having the same issue

@jsaade
Copy link

jsaade commented Feb 13, 2015

the as3 function expects 2 arguments. I am not sure why it is not showing you that info
public function getID( salt:String, callback:Function )

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

No branches or pull requests

3 participants