distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Application init() error on desktop debugger #249

Closed harry248 closed 8 years ago

harry248 commented 9 years ago

The following exception is thrown when calling Application.init(DEVKEY) running the app on the desktop debugger:

Error #2044: Unhandled error:. text=You must call the init() method of the com.distriqt.Application native extension class with your developer key

Of course I am passing my developer key to the method. It works when running on a device and it also worked in older versions of the ANE.

marchbold commented 9 years ago

Hi, Is this happening on a device or only on the AIR simulator?

harry248 commented 9 years ago

Only on the simulator.