• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Networkinfo.ane does not support iOS 64bit?

Explorer ,
Jan 14, 2015 Jan 14, 2015

Copy link to clipboard

Copied

I get the following error when packaging using AIR SDK 16.0.0.272.

스크린샷 2015-01-15 오전 1.55.43.png

I used com.adobe.extension.Networkinfo.ane to check the network state.

When is Networkinfo.ane updated?

Anyone who knows?

TOPICS
Development

Views

2.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jan 16, 2015 Jan 16, 2015

Hi

We would like to confirm that our team is working on the same. The updated ANE's should be available sometime soon.

Regards

Abhinav

Votes

Translate

Translate
New Here ,
Jan 14, 2015 Jan 14, 2015

Copy link to clipboard

Copied

I have been experiencing the same problem with the NetworkInfo.ane.

From these threads I know that all ANEs you use must also support 64-bit.

https://forums.adobe.com/message/6850282#6850282

https://forums.adobe.com/message/6850180#6850180

The ANEs that Adobe supply on http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/networkinfo.html haven't been updated since 2011. So I attempted to recompile them myself. I downloaded the original source from Adobe then recompiled the .a file from XCode with Architectures set to Standard architectures (arm7, arm64).

If I check that the binary is a universal one with lipo -info I get "Architectures in the fat file: libNetworkInfoiOSLibrary.a are: i386 x86_64"

I then tried generating the ANE via two methods

- via shell script as explained here http://www.lorenzonuvoletta.com/how-to-create-your-own-ane-for-ios-using-adobe-air/

- via the ANEBuilder GUI Air App http://as3breeze.com/anebuilder/

Both techniques result with the error

"Error: Apple App Store allows only universal applications. This ANE must have a universal iOS binary. Please change build settings in Xcode project to "Standard Architecture" to create universal library."

This is the same error that is discussed in this thread.

https://forums.adobe.com/thread/1660929

I have triple checked every step myself and got my workmates to review my work. Can anybody see what I am doing wrong? Am I even doing anything wrong or is this something that can't be remedied without Adobe fixing something on their end? I hoped that when Adobe released AIR 16 they would also release updates to their ANEs. Does anyone know if they will have a chance to work on/update them anytime soon?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 16, 2015 Jan 16, 2015

Copy link to clipboard

Copied

Hi

We would like to confirm that our team is working on the same. The updated ANE's should be available sometime soon.

Regards

Abhinav

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 20, 2015 Jan 20, 2015

Copy link to clipboard

Copied

hello !

i tried compiling the ane file too but i get an error saying that swf version must be 13 or lower

i used air16 sdk and last xcode version

any idea ?

thanks !

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 22, 2015 Jan 22, 2015

Copy link to clipboard

Copied

Is NetworkInfo.ane updated?

If so, where do I download it ?

I hope NetworkInfo.ane is updated ASAP.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 20, 2015 Jan 20, 2015

Copy link to clipboard

Copied

lol, here you go, my friend

i compiled it with my p12 certificate,

just tested it on my iphone5S debug&release, all good

one thing though, ane needs to be packaged : project > properties > actionscript build packaging > apple ios > native extensions > check NetworkInfo

http://www.nicopr.fr/networkinfoane.zip

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 22, 2015 Jan 22, 2015

Copy link to clipboard

Copied

Thank you Abhinav and nicopowa, but we ended up using FreshPlanet's NetworkInfo because they were the first to re-package their ANE with 64-bit support.

To help any future readers there are now three options:

Adobe - http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/networkinfo.html

FreshPlanet - https://github.com/freshplanet/ANE-Network-Info

nicopowa  - http://www.nicopr.fr/networkinfoane.zip

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 23, 2015 Jan 23, 2015

Copy link to clipboard

Copied

Hi

We have now re-packaged all the 3 ANEs, namely NetworkInfo, Vibration, Gyroscope with 64-bit universal support. These are in addition to the Gaming SDK ANEs which we had shared earlier.

The updated ANEs can be downloaded from the respective devnet articles mentioned below:

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

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

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


Regards

Abhinav

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 02, 2015 Feb 02, 2015

Copy link to clipboard

Copied

Hi All,

I have update Adobe NetworkInfo to support running on iOS Simulator, here‌ you can find the Universal/Fat .ane file. Also included ant build.xml script to build entire projects and package in single command.


Thanks,

GP

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 25, 2015 Feb 25, 2015

Copy link to clipboard

Copied

I just checked: the ANE has been updated in the source and in the binaries download. Thanks so much for doing this!

see: NetworkInfo native extension sample | Adobe Developer Connection to download.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 09, 2017 Dec 09, 2017

Copy link to clipboard

Copied

LATEST

thank you for your information

but in this page:

NetworkInfo native extension sample

where can I found download link ?!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines