networkinfo native extensions crashes
So i'm trying to have some type of persistent ID in my iOS game I'm working on to link user's highscores..
I would use UUID but A) there doesn't seem to be an extension for it and B) it looks like Apple is deprecating the ability to get the UUID
So the only option i could come up with is what i read online about using the mac address from one of the hardware items in the user's device.
here goes networkinfo... which apparently isn't supported in iOS (but it is in android... go figure adobe) so then i see there's a native extension for it on adobe's website
i include the networkinfo native extension just like i've included the other 5 or 6 native extensions i'm using and copy and paste their api and get the following error thrown (seen in remote debugging)
Specifically:
ArgumentError: Error #3500: The extension context does not have a method with the name getInterfaces.
when i call findInterfaces()
any ideas?
