Re: In App Purchase ANE for Android

2020-08-31 Thread Erik Thomas
We've been using Distriqt ANEs exclusively for the past two or three years. They are really great and Michael keeps them up to date. Can't say enough good about them. We are using Distriqt's Firebase Push Notifications, Application, Scanner, Dialog, PDF Reader, Local Auth (biometrics auth),

Re: In App Purchase ANE for Android

2020-08-31 Thread jan.weber
Have a look at the following distriqt ANE: https://airnativeextensions.com/extension/com.distriqt.InAppBilling Also have a look at the following recent thread about IAP on as3lang: https://discuss.as3lang.org/t/which-iap-ane-for-adobe-air/2473/10 -- Sent from: http://apache-flex-users.246

In App Purchase ANE for Android

2020-08-29 Thread Astraport
For a long time I have been using ANEs from Milkman, but now its do not work. Advise me please ANE for accepting payments (IAP) in AIR applications for Android? Free preferably. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: NativeMaps ANE 64bit

2017-09-08 Thread Angelo Lazzari
don't know if suite your needs but https://airnativeextensions.com/extension/com.distriqt.NativeMaps bye Angelo El vie., 8 sept. 2017 a las 16:30, Deepak MS (<megharajdee...@gmail.com>) escribió: > Hi there, > Has anyone used the following ANE (Google Map)? > >

NativeMaps ANE 64bit

2017-09-08 Thread Deepak MS
Hi there, Has anyone used the following ANE (Google Map)? https://github.com/Neverbirth/nativemaps-ane If yes, have you converted it to 64bit by any chance? It would be great if you can share it with me, as I need it very urgently. It's okay if you want to charge for it. Kindly let me know

Instantiate ane returns null

2017-09-04 Thread doug777
I am trying to build a google maps ane with Android Studio 2.3.3 which comes with jdk 1.8 installed. adt builds the ane with no fault, but when I call : ExtensionContext.createExtensionContext("com.mysite.smallgminterface", "" ) it returns null, with no errors. There are s

Re: ANE

2017-05-04 Thread Jairo
The problem with the name was solved. The ANE was generated, I included the reference in the project. Now the problem is in the Flex Library that instantiates the ANE. When I try to instantiate the ExtensionContext, the app shuts down silently, when executing the following code: extContext

Re: ANE

2017-05-03 Thread Jairo
I´m spending hours on the simple problem.. Thanks to much. It executed without errors. Tomorrow I´ll continue with the tests. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ANE-tp15163p15167.html Sent from the Apache Flex Users mailing list archive

ANE

2017-05-03 Thread Jairo
I posted an question about ANE generation and since this I tried hard to generate a simple one, with Android only but can´t get success. I generated the Flex App, the flex lib and the android jar file. No funcionality at all, just the necessary methods to compile an ANE file and access it. When

Re: ANE

2017-04-28 Thread Jairo
Thanks Clint. Yes, I´m running on device. I´ll try do make detailed message based on an simple exemple to show the problem.. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ANE-tp15137p15140.html Sent from the Apache Flex Users mailing list archive

Re: ANE

2017-04-28 Thread Clint M
if you're on a device… what's the output from adb logcat? On Fri, Apr 28, 2017 at 5:35 AM, Jairo <ja...@fusoti.com.br> wrote: > I thought that would be a simple question, but I don´t know how to make a > simple ANE for Android work. > I read the tutorials, download samples a

Re: ANE

2017-04-28 Thread Clint M
are you running the samples on an android device? On Fri, Apr 28, 2017 at 5:35 AM, Jairo <ja...@fusoti.com.br> wrote: > I thought that would be a simple question, but I don´t know how to make a > simple ANE for Android work. > I read the tutorials, download samples and nothing

ANE

2017-04-28 Thread Jairo
I thought that would be a simple question, but I don´t know how to make a simple ANE for Android work. I read the tutorials, download samples and nothing goes on. Even opening a already done app, like the vibration ANE and its example don´t work for me. I´m using Flash Builder 4.6 with Flex 4.16

Re: Screen DPI ANE?

2017-03-06 Thread bilbosax
guys include CSS up to 640 DPI, or is this unnecessary? Are there currently any mobile devices that have that high of a DPI? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Screen-DPI-ANE-tp14761p14778.html Sent from the Apache Flex Users mailing list archive

Re: Screen DPI ANE?

2017-03-06 Thread Vincent
measures, Capabilities.screenDPI should be sufficient. Cheers. Le 05/03/2017 à 22:55, bilbosax a écrit : Just found this on Distriqt's Application ANE site. "The iOS screen density is determined from a lookup and is not provided by the API." So, the OS is not tell the ANE wha

Re: Screen DPI ANE?

2017-03-05 Thread bilbosax
Just found this on Distriqt's Application ANE site. "The iOS screen density is determined from a lookup and is not provided by the API." So, the OS is not tell the ANE what it's DPI is, the ANE is looking it up from a table. This may be more accurate immediately, but I don't thin

Re: Screen DPI ANE?

2017-03-05 Thread bilbosax
I guess the question now is, does Distriqt's ANE get the information in a different or more reliable way than Capabilities.screenDPI at this point? If both get it from what the OS reports, then I doubt they will be any different. Does anybody know? If not, I may have to contact them. -- View

Re: Screen DPI ANE?

2017-03-05 Thread Greg Dove
was not correct for all devices about 3-4 years ago (even allowing a calculation range for variation :6.9 inches etc) IIRC this definitely occurred on a 7 inch amazon Kindle device at one point, I can't remember specifics about any others, it was quite some time ago. At the time I made a homemade ANE

Re: Screen DPI ANE?

2017-03-05 Thread Vincent
Hi, The Application ANE from Distriqt has what you need : https://airnativeextensions.com/extension/com.distriqt.Application Cheers Le 05/03/2017 à 20:14, bilbosax a écrit : Thanks Josh. I have been searching posts and blog articles about the unreliability of Capabilities.screenDPI, and I

Re: Screen DPI ANE?

2017-03-05 Thread bilbosax
Thanks Josh. I have been searching posts and blog articles about the unreliability of Capabilities.screenDPI, and I realized they were written way back in 2011. Since I am not finding an ANE that was developed for this purpose, I have to assume it is because there is no need for one

Re: Screen DPI ANE?

2017-03-05 Thread Josh Tynjala
ents and scaling them correctly will be key, and this all depends on screen DPI, but unforunately, Capabilities.screenDPI is not a reliable way to get the correct DPI. Does anyone know of an ANE that fairly reliably reports the correct DPI? I have looked around, and remember reading about one somew

Screen DPI ANE?

2017-03-04 Thread bilbosax
, but unforunately, Capabilities.screenDPI is not a reliable way to get the correct DPI. Does anyone know of an ANE that fairly reliably reports the correct DPI? I have looked around, and remember reading about one somewhere, but I have been unable to find one. Thanks -- View this message

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-25 Thread Fréderic Cox
; > > unzipping process crashes if we use it for bigger files. My zip > file > > > size > > > > > is around 500MB. It fails at ByteArray.uncompress() as it tries to > > > > > uncompress entire file at a time. That is the reason I was lookin

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-23 Thread Fréderic Cox
> > > There is another library: > > > http://airnativeextensions.com/extension/com.distriqt.ZipUtils which > > works > > > on both iOS and Android, but it's not free. > > > > > > -Deepak > > > > > > > > >

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-21 Thread Deepak MS
PM, Hans Nuecke <hnue...@vservu.de> wrote: > > > > > Hi, > > > > > > I use an openSource Library for that: http://flex.coltware.com/2010/ > > > 05/01/as3-zip-unzip-lib-airxzip/ > > > > > > Search for keywords "coltware airxzip"

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Fréderic Cox
http://flex.coltware.com/2010/ > > 05/01/as3-zip-unzip-lib-airxzip/ > > > > Search for keywords "coltware airxzip" and you'll find some nice posts at > > stackoverflow with links to the sources or a swc file. And also hints how > > to use it. > > > >

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Deepak MS
> Search for keywords "coltware airxzip" and you'll find some nice posts at > stackoverflow with links to the sources or a swc file. And also hints how > to use it. > > BTW: What unzipt ANE are you using? I'm considering going the other way: > convert my desktop APP (or bette

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Hans Nuecke
Hi, I use an openSource Library for that: http://flex.coltware.com/2010/05/01/as3-zip-unzip-lib-airxzip/ Search for keywords "coltware airxzip" and you'll find some nice posts at stackoverflow with links to the sources or a swc file. And also hints how to use it. BTW: What

Unzip ANE for Flex\AIR Desktop App

2016-10-19 Thread Deepak MS
Hi there, I have converted an iPad app to Desktop App ( to make it work on surface pro, touch based desktop). iPad App was using an unzip ANE. But it cannot be used for desktop app. I tried searching unzip ANEs for windows, but I couldn't come across any. There are C libraries like zlib

Re: Problems with AIR 22 and an ANE in a bigger project

2016-08-01 Thread chris_d_k
Another thing what is working seem to be using the init-Method of the ANE on the apps preinitialize-Event -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problems-with-AIR-22-and-an-ANE-in-a-bigger-project-tp13090p13130.html Sent from the Apache Flex Users

Re: Problems with AIR 22 and an ANE in a bigger project

2016-08-01 Thread chris_d_k
.n4.nabble.com/Problems-with-AIR-22-and-an-ANE-in-a-bigger-project-tp13090p13126.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Problems with AIR 22 and an ANE in a bigger project

2016-07-31 Thread chris_d_k
Hi Clint, as the code/ANE with our code works with AIR21 but not with AIR22 - and the ANE on its own is working with AIR22 I think it has to do something with AIR-Framework/Flex Compiler... -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problems-with-AIR-22

Re: Problems with AIR 22 and an ANE in a bigger project

2016-07-30 Thread Clint M
. If you can't... post the code + error in the ane provider's forum. Or maybe an Android forum. On Sat, Jul 30, 2016 at 9:39 AM, chris_d_k <c...@christiankiefer.de> wrote: > The problem seems to exist just on Android Devices >= V5. > > The Log looks like that but I don'

Re: Problems with AIR 22 and an ANE in a bigger project

2016-07-30 Thread chris_d_k
28 14:29:35.6103452-4333/? I/HwSystemManager﹕ BgPowerManagerService:onProcessDied uid = 10109 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Problems-with-AIR-22-and-an-ANE-in-a-bigger-project-tp13090p13092.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Problems with AIR 22 and an ANE in a bigger project

2016-07-30 Thread Clint M
ct the app crashes when we use call the > ANEs method to set up all the notification stuff (it is supported...). > When we switch to Air 21 everything is fine. > > When we build a small test project using AIR 22 and the ANE everything > works > fine. > > Does anyone hav

Problems with AIR 22 and an ANE in a bigger project

2016-07-30 Thread chris_d_k
...). When we switch to Air 21 everything is fine. When we build a small test project using AIR 22 and the ANE everything works fine. Does anyone have an idea where the problem could be located? Kind regards Christian -- View this message in context: http://apache-flex-users.246.n4.nabble.com

Re: Recommended notification ANE

2015-12-02 Thread Héctor A
I've always used this one: https://github.com/freshplanet/ANE-Push-Notification On Wed, Dec 2, 2015 at 4:01 PM, After24 <vinc...@after24.net> wrote: > Hello, > > I have, for an upcoming mobile project, to manage push notifications. I > never did that before so I thought I

Re: Recommended notification ANE

2015-12-02 Thread Vincent
Thank you Héctor Le 02/12/2015 16:25, Héctor A a écrit : I've always used this one: https://github.com/freshplanet/ANE-Push-Notification On Wed, Dec 2, 2015 at 4:01 PM, After24 <vinc...@after24.net> wrote: Hello, I have, for an upcoming mobile project, to manage push notificati

Re: Google Map ANE Issue on Flex AIR iPad App

2014-11-19 Thread Neverbirth
I'm out of my home pc for three days, I'll try to look at it this weekend, but no promises since I have a lot of pending work. An update of the ANE is planned soon. 2014年11月19日水曜日、Deepak MS [via Apache Flex Users] ml-node+s246n8817...@n4.nabble.comさんは書きました: Hi Neverbirth, I was trying

Re: Google Map ANE Issue on Flex AIR iPad App

2014-11-19 Thread Deepak MS
. An update of the ANE is planned soon. 2014年11月19日水曜日、Deepak MS [via Apache Flex Users] ml-node+s246n8817...@n4.nabble.comさんは書きました: Hi Neverbirth, I was trying to use drawViewPortToBitmapData. But not able to get it work right. I am trying to take a screenshot and open that image in email

Re: Google Map ANE Issue on Flex AIR iPad App

2014-11-19 Thread Héctor A
...@gmail.com javascript:; wrote: I'm out of my home pc for three days, I'll try to look at it this weekend, but no promises since I have a lot of pending work. An update of the ANE is planned soon. 2014年11月19日水曜日、Deepak MS [via Apache Flex Users] ml-node+s246n8817...@n4.nabble.com

Re: Google Map ANE Issue on Flex AIR iPad App

2014-11-19 Thread Deepak MS
of the ANE is planned soon. 2014年11月19日水曜日、Deepak MS [via Apache Flex Users] ml-node+s246n8817...@n4.nabble.com javascript:;さんは書きました: Hi Neverbirth, I was trying to use drawViewPortToBitmapData. But not able to get it work right. I am trying to take a screenshot

Re: Google Map ANE Issue on Flex AIR iPad App

2014-10-29 Thread Neverbirth
Yes, sorry for that. I submitted my reply and then realized I misunderstood the problem. When using an ANE the view will always be placed over your Flash content. The Maps ANE has a drawViewPortToBitmapData which may help you, I've never used it myself. -- View this message in context: http

Google Map ANE Issue on Flex AIR iPad App

2014-10-28 Thread Deepak MS
Hello, I have used following ANE for map in my ipad app(Flex 4.13, AIR 15, iOS 8): http://code.google.com/p/air-maps-ane/ It works just fine. But only problem (Show stopper) here is that, when map is active, and when we click on callout buttons, the call out button contents are behind the map

Re: Google Map ANE Issue on Flex AIR iPad App

2014-10-28 Thread Subscriptions
with StageWebView) and show the bitmap instead of the actual map when the callout is active. Lee Burrows ActionScripter On 28/10/2014 09:41, Deepak MS wrote: Hello, I have used following ANE for map in my ipad app(Flex 4.13, AIR 15, iOS 8): http://code.google.com/p/air-maps-ane/ It works just

Re: ANE for adMob and Facebook integration in AIR android

2014-08-11 Thread vijendra sainy
Hi Swen, I am trying flash-air-admob-ane-for-ios-and-android https://code.google.com/p/flash-air-admob-ane-for-ios-and-android/ , However I am getting error. Firstly I was facing issue application xmlns= http://ns.adobe.com/air/application/3.1; as in example in descriptor xml it is defined xmlns

Re: ANE for adMob and Facebook integration in AIR android

2014-08-11 Thread OmPrakash Muppirala
The easiest way to upgrade is to use the Apache Flex Installer and select AIR 14.0 as the AIR version. Thanks, Om On Aug 11, 2014 1:14 PM, vijendra sainy viju18...@gmail.com wrote: Hi Swen, I am trying flash-air-admob-ane-for-ios-and-android https://code.google.com/p/flash-air-admob-ane

Re: ANE for adMob and Facebook integration in AIR android

2014-08-06 Thread vijendra sainy
Can some one please help me in this regard? On Tue, Aug 5, 2014 at 11:35 PM, vijendra sainy viju18...@gmail.com wrote: Could someone please share the best ANE for adMob and for FB integration in AIR for android. I am trying to use AdMob and would like to integrate FB in a android mobile

RE: ANE for adMob and Facebook integration in AIR android

2014-08-06 Thread Swen van Zanten
Hello Vijendra Sainy, [1] Here you can find the MoPub ane [2] And here the Facebook ane I did use the MoPub one on a project of mine and it works great. I haven't tested the Facebook ane but I guess it works just great. Met vriendelijke groet (Kind regards), Swen van Zanten Compuniek ICT

Re: ANE for adMob and Facebook integration in AIR android

2014-08-06 Thread vijendra sainy
Thanks Swen I will give shot with this ANE. -Vijendra On Wed, Aug 6, 2014 at 12:21 PM, Swen van Zanten i...@hdsign.nl wrote: Hello Vijendra Sainy, [1] Here you can find the MoPub ane [2] And here the Facebook ane I did use the MoPub one on a project of mine and it works great. I haven't

ANE for adMob and Facebook integration in AIR android

2014-08-05 Thread vijendra sainy
Could someone please share the best ANE for adMob and for FB integration in AIR for android. I am trying to use AdMob and would like to integrate FB in a android mobile app created using AIR. Request you to please share link where I can find ANE with good example. Help is very much appreciated

TestFlight ANE

2014-02-19 Thread Mukesh Sharma 3
Does anyone have TestFlight ANE with latest test flight SDK (3.0 released yesterday)to be used in Air mobile. Regards Mukesh

Re: Ane example

2013-11-21 Thread Jonathan Campos
I guess I'm a bit stuck with being able to provide you an answer. There are a few good blog posts about getting started: http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt1.html http://www.adobe.com/devnet/air/native-extensions-for-air.html With those there are also examples

Re: Ane example

2013-11-20 Thread Jonathan Campos
What do you mean by a basic ane? Some of those examples are fairly basic. However I don't have any obj-c examples as none of my clients were iOS focused. J On Tue, Nov 19, 2013 at 7:55 AM, Oliver Wiemer o.wie...@audiovisuellemedien.de wrote: Hy Jonathan, have you a example for a basic ane

Re: Ane example

2013-11-19 Thread Jonathan Campos
Check out my repo with various ANEs[1] [1] https://github.com/jonbcampos/unitedmindset-ane-repo On Fri, Nov 15, 2013 at 12:55 PM, Stephen C step...@stephenjc.com wrote: Does someone have an ane shell for android that you can share with me. I've been trying to get a very basic ane working

Re: Ane example

2013-11-19 Thread Oliver Wiemer
Hy Jonathan, have you a example for a basic ane? I code objectiv-c but i don¹t know how i make an extension. LG Olli Am 19.11.13 14:42 schrieb Jonathan Campos unter jonbcam...@gmail.com: Check out my repo with various ANEs[1] [1] https://github.com/jonbcampos/unitedmindset-ane-repo On Fri

Ane example

2013-11-15 Thread Stephen C
Does someone have an ane shell for android that you can share with me. I've been trying to get a very basic ane working with no luck. A lot of examples are old and I may be converting the projects wrong. I'm using FB 4.6/7