Questions tagged [ane]

Adobe AIR Native Extensions contain native code wrapped with an ActionScript API.

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. This allows access to device-specific features not available in the built-in ActionScript classes

Official page: http://www.adobe.com/devnet/air/native-extensions-for-air.html

155 questions
0
votes
1 answer

Distriqt Facebook ANE won't compile for Android

I am having trouble compiling the Distriqt Facebook ANE for Android. It works fine on iOS but not on Android. The error message is: dx tool failed: UNEXPECTED TOP-LEVEL ERROR: java.lang.OutOfMemoryError: Java heap space at …
Artifexx
  • 15
  • 1
  • 2
0
votes
1 answer

Adobe AIR iOS ANE NSStream delegate not called

I have successfully created connection to Apple MFi printer, but I'm failed to have NSOutputStream to write to the printer because delegate did not called. Here is my LibPrint.h:- #import #import…
Season W.
  • 11
  • 1
  • 3
0
votes
1 answer

Distriqt Google Plus ANE - Issues on Android & Conflict with Milkman GoViral ANE

I am currently working with Distriqt G+ ANE. My setup is this: AIR 16 with correct dx.jar provided in Distriqt tutorials. Using the Demoproject provided with District ANE Samsung Galaxy S-Plus (GT-I9001) with Android 2.3.6 for testing OAUTH IDs all…
Artifexx
  • 15
  • 1
  • 2
0
votes
0 answers

Get OAuth2 access token or code using Freshplanet ANE-Google-Play-Game-Services

Struggling to find a way to get OAuth2 access token or code from Google. I am using Freshplanet's ANE-Google-Play-Game-Services. I am saving user data to GameSparks cloud. GameSparks needs access token or code. It will get G+ user details with this…
Ghelle
  • 67
  • 8
0
votes
0 answers

Air ANE and iOS 64bit: pointer to uint32 conversion?

I'm creating an adobe air extension for iOS, and have a newbie question :) I get an error ....cpp:27:28: Cast from pointer to smaller type 'uint32_t' (aka 'unsigned int') loses information in these lines: FREObject…
Evgheni
  • 1
  • 2
0
votes
1 answer

Compile AS3 text to executable code inside a Air App?

GOAL : I want to create a free educational tool that will allow you to write code and execute in the same app. ( preferably AS3 ) Essentially I want to be able to have a IDE written inside an Air Application and then run the code / execute inside…
Vlad
  • 3,936
  • 1
  • 13
  • 15
0
votes
1 answer

Distriqt ANE key cannot be verified in Android

I am developing an App for iOS and Android, for this app I am using ANEs from distriqt, and they say they work for both platforms. In iOS these ANEs work but when I develop in Android I get the error: Your key was not able to be verified for the…
sdvr
  • 41
  • 5
0
votes
1 answer

AIR App crashes at Extension context creation on one machine but works fine on others

I am using an ane in our AIR application which works fine except on some machines(I have access to one such machine). I tried other ane on that machine and that is running just fine. Now after spending hours and hours I have come to know that the…
0
votes
1 answer

Invalid / Unknown namespace in Air application with Air Native Extension (ANE)

I'm using Flash Builder 4.7 with Air SDK 16.0 (I've followed this tuto : http://www.adobe.com/devnet/air/articles/ane-android-devices.html to update the SDK and generate my ANE) I'm developing an Air Native Extension which is compiled just fine but…
Plumillon Forge
  • 1,659
  • 1
  • 16
  • 31
0
votes
0 answers

Turn based multiplayer iOS game with flash and vitapoly.extension.gamekit.ane

I am new to flash and AS3. I am trying to make a turn based iOS game using vitapoly.extension.gamekit. The problem is - I can't understand the usage. I have tried what they have told me but can't implement it correctly. I really appreciate if anyone…
0
votes
0 answers

ANE-Push-Notification from fresh planet won't fire events

I'm using push notifications ane for sending local notifications. But no events are fired. I want to know, is push event got user when app was foreground, so I add event listener: push =…
GRiMe2D
  • 654
  • 1
  • 10
  • 22
0
votes
1 answer

AIR Google Play Services library classes missing apk

I am working on a test app to test an ane I have built with Google Play Services included. I had things working fine, but recently I updated the version of the Google Play Services library I was using, and now when I built the project in Adobe Flash…
Droidmon2
  • 5
  • 1
0
votes
1 answer

Air Native Extensions: Released Air App w/Windows Native Extension works fine on develpment PC but not on other computers

I'm working on an AIR app that uses a Native Extension for windows that I developed for the same project. The app calls an ANE method called pingFunction and passes it a String containing the IP address where the pingFunction will perform, believe…
Storo
  • 988
  • 1
  • 7
  • 31
0
votes
1 answer

C/C++ DLL: Converting a const uint8_t to a String

I haven't seen C++ code in more than 10 years and now I'm in the need of developing a very small DLL to use the Ping class (System::Net::NetworkInformation) to make a ping to some remoteAddress. The argument where I'm receiving the remoteAddress is…
Storo
  • 988
  • 1
  • 7
  • 31
0
votes
1 answer

AIR iOS app open Notification Center

Has anyone made an ANE to do this yet? In iOS8 you can direct the user to the Notifications Center which would make it really handy for toggling Notifications
robbie
  • 269
  • 1
  • 9