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
0 answers

LogCat says "Parent view is not a Text View"

I'm trying to develop the ANE(Air Native Extension) to use Facebook SDK. After making the ANE file, I try to run the my App. and LogCat says. "Parent view is not a Text View" Here is my native code. public class FBController extends…
Cloud Lee
  • 23
  • 1
  • 4
0
votes
1 answer

Distriqt Local Notifications not displaying "body" property on iOS

I trying to display a simple local notification on iOS but for some reason Notification.body is not being displayed. On Android everything works as expected. This is the code for creating the notification: var notification:Notification = new…
deloki
  • 1,729
  • 2
  • 18
  • 26
0
votes
2 answers

ANE Extension Context null

I am using FreshPlanet KeyboardSize ANE in my project. I have successfully added to my project but when I run MeasureKeyboard.getInstance().setKeyboardAdjustNothing(); I get the following error. ArgumentError: Error #3500: The extension context…
berkayk
  • 2,376
  • 3
  • 21
  • 26
0
votes
2 answers

ADT building ANE Error: ... have conflicting package paths

Trying to build an adobe air ANE (Native iOS Extension) it fails while packaging the ANE with ADT. The error says conflicting package paths but i don't know which paths are meant?! The Terminal Input: adt -package -target ane Output.ane…
Leo
  • 43
  • 5
0
votes
1 answer

How to use Intent.ACTION_PICK with response, but withou Activity?

I have in onCreate Activity classs this code, but I do not want to use Activity. Intent intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(intent, 1); Exist some solution…
Abedron
  • 744
  • 1
  • 6
  • 20
0
votes
1 answer

(Freshplanet Facebook-ANE) How to make the login screen in-app

I am currently using the Freshplanet Facebook-ANE and was wondering about something that is bugging me currently. I want to implement a simple post to wall feature inside my app, and this ANE does exactly what I want, except for one thing. When I…
Bypp
  • 331
  • 3
  • 22
0
votes
1 answer

Error: Chartboost app ID and app signature must be set in the Android manifest

i have issue and not understand why this error appear after building app using ANE and instructions from this rep. https://github.com/ChartBoost/air https://github.com/ChartBoost/air/blob/master/README.md Chartboost AIR Plugin(3517): Your Chartboost…
0
votes
0 answers

Real purchase on development build on iOS

How can I make sure that my in app purchases really works? I developed my app on AIR, as3 and for billing I use InAppPurchase ANE from Distriqts. I did try everything in sandbox as it is described in apple site - everything works just fine. When I…
Worker
  • 2,411
  • 6
  • 29
  • 55
-1
votes
1 answer

How to share the image in the application as3

I am using the Android-Sharing-Extension-ANE. How to share an image as result from my application code? This code does not work var bitmap:Bitmap = ...; // encoding image by native encoder (availible on FP 11.3/AIR 3.3 or newer) var…
-1
votes
1 answer

freshplanet push notification ANE makes my app crash when gets notification

My Android crashes when I get notification with this ANE https://github.com/freshplanet/ANE-Push-Notification What can I do to fix it? Have anyone tried this ANE file on Android? I tried this one…
SAS
  • 1
  • 2
-1
votes
2 answers

Make Phone Calls skipping dialer on Adobe AIR for Android

I am creating a android app on adobe air. I have a button in my app, clicking on which I need to call to a number skipping the dialer and once the call finishes I want the control to return to my app and record the call duration in local db. Someone…
Maddy
  • 67
  • 1
  • 12
-1
votes
1 answer

Calling C++ code from ActionScript

Here's the problem: I'm creating my new game which has some inapp items. I am using the Starling Framework for the game so I develop on AS3. I want to protect the game from genius(!) players who may attempt to break into inapp purchase process. AS3…
Élodie Petit
  • 5,774
  • 6
  • 50
  • 88
-1
votes
1 answer

Video Player Android ANE - AIR UI Elements on top of player

I have an AIR application that is playing videos, I’m using StageVideo to play them. iOS works fine, however ran into different issues on Android devices (black screens, stuck videos) Decided to use an ANE and implement the video player native for…
-1
votes
1 answer

NSInvalidArgumentException while running Adobe Air app with native extension on ios

I have compiled ANE plugin with external Obj-C dependencies: iPhone platform description 8.4
-1
votes
1 answer

Error while packaging application - Flex ANE

We are integrating Push notification with AppBoy SDK in our Flex project. We are created ANE but while packaging application got error like this Error occurred while packaging the application: Undefined symbols for architecture…
Abhishek
  • 1
  • 1
1 2 3
10
11