Roshan Chhetri
アドビスタッフ
Roshan Chhetri
アドビスタッフ
アクティビティ
6 27, 2016
02:51 AM
Hi All, Our team has found the fix and we are working on the same. We will let you know once we ship the fix. thanks a lot for the patience. -Roshan Adobe AIR.
...その他を表示
6 23, 2016
11:51 PM
Hi, How do we reproduce this bug? The above code snippet does not look complete to me. -Roshan Adobe AIR
...その他を表示
6 23, 2016
12:05 AM
Hi flashysquirrel, I can confirm that URLLoader work perfectly with IPv6 network. We tried this API at our end with the IPv6 only network and it worked well. I also suggest you to see if the ANE you are using supports IPv6. If you want to test your app in IPv6 , please follow the below apple link to create a local IPv6 only environment. Supporting IPv6 DNS64/NAT64 Networks Let us know if you have more queries on this. -Roshan Adobe AIR.
...その他を表示
6 14, 2016
11:02 AM
Hi, Please send me the assets of the app that i can package and reproduce the bug. The ipa file sent to me did not help me. -Roshan
...その他を表示
6 14, 2016
06:41 AM
Hi @Frederic, We have been able to reproduce this bug at our end and our team is looking into this. -Roshan Adobe AIR
...その他を表示
6 09, 2016
06:59 PM
Hi, This forum is for iOS issue. Please raise your concern in a new forum post. We will look into your concern. -Roshan
...その他を表示
6 08, 2016
02:05 AM
Hi, Please send the sample files to me chhetri[at]adobe[dot]com we will need it to reproduce the bug. -Roshan
...その他を表示
6 07, 2016
11:28 PM
Can you try this command in your project folder before packaging the app. find . -name ".*" you might find some hidden files. -Roshan
...その他を表示
6 06, 2016
04:07 AM
Hi, Looks like you have a hidden file .DS_Store inside the assets of your app. Kindly find and remove it and try again. -Roshan
...その他を表示
6 06, 2016
02:29 AM
1 賛成票
Hi @xiangshun110, Can you let us know the result of the following. 1. Unzip your app packaged with 22.0.0.149 build. 2. Run the following command (in mac) codesign --verify -vvvv <your_application>.app 3. Let us know the output of the above command. -Roshan Adobe AIR
...その他を表示
6 05, 2016
08:52 AM
1 賛成票
Hi, AIR SDK 22 looks good, can you use it? -Roshan
...その他を表示
6 05, 2016
05:44 AM
1 賛成票
Hi @Ylazy Did you notice this difference in the latest Air Builds? How is the performance in earlier version of AIR Say SDK 18 and 19 -Roshan
...その他を表示
6 02, 2016
01:11 AM
Hi Colin Holgate , Can you try running this Native Objective C code in your iPhone with issue? NSLog(@"Start"); NSArray *paths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; //make a file name to write the data to using the documents directory: NSString *fileName = [NSString stringWithFormat:@"%@/filename.txt", documentsDirectory]; NSString *content = @"This is a TEST!!"; [content writeToFile:fileName atomically:NO encoding:NSStringEncodingConversionAllowLossy error:nil]; NSLog(@"Done"); Create a new Xcode Objective C project and put the above code in the function: applicationDidBecomeActive:(UIApplication) It should create a file filename.txt in the app's Document directory with the content "This is a TEST!!" Let us know if you see any abnormal behavior. -Roshan
...その他を表示
6 01, 2016
10:23 AM
Hi Colin Holgate. Thanks for trying this out. Trying few things at our end and also look forward to your test results. It is becoming tricky to reproduce this so far but we are still trying things at our end. -Roshan
...その他を表示
5 31, 2016
11:27 PM
Hi RC, I could play the game with 89Mb free space in my iPhone 6S. -Roshan
...その他を表示
5 31, 2016
12:00 PM
Hi R C, Which app is that. Is it available on App store? -Roshan Adobe AIR.
...その他を表示
5 31, 2016
11:23 AM
Thanks for the info. I have tried on iPhone 4s and iPads but not iPhone 5. I can give it a try on iPhone5 as you suggested. -Roshan Adobe AIR
...その他を表示
5 31, 2016
11:07 AM
Hi All. We tested this bug on all iOS 7,8,9 by leaving below 100 Mb space but the bug is not reproducible. However, when we filled the memory to "Available 0 bytes" the below error message showed up which I think is expected. Error: Error #2130: Unable to flush SharedObject. Anyone, who has an app that reproduces this issue when less than 400 MB free can mail me @ chhetri AT adobe DOT com or paste the Dropbox link here. Adobe is happy to fix the issue. -Roshan
...その他を表示
5 26, 2016
11:48 PM
1 賛成票
We investigated this and found that the issue is more likely due to the NDK upgrade. Please see how to fix it: We need to recompile the .so with android NDK and while recompiling the .so they need to pass the flag LOCAL_LDFLAGS += -fuse-ld=bfd Then use this shared library (.so) to make his ANE . Currently the problem is not with his ANE but with the .so ANE uses. Please refer: https://code.google.com/p/android/issues/detail?id=109071 Android developers have reported this issue on google forums as well. Users have faced this issue when they upgrade to android 21 and so did we . Kindly let me know if it helps
...その他を表示
5 26, 2016
09:44 AM
Hi Jonathon Pitman, Have you raised a bug/ forum post regarding this before to us. If yes can you refer us to the same? We are happy to help you out. -Roshan Adobe AIR
...その他を表示
5 26, 2016
05:15 AM
Hi Frédéric, We are looking into this issue and let you know soon as we have the fix. -Roshan Adobe AIR
...その他を表示
5 26, 2016
04:54 AM
Hi All, The ipa packaging using -hideAneLibsymbols yes on windows is fixed. Kindly download the latest beta from : http://labs.adobe.com/downloads/air.html Let us know if you are facing issues on this. -Roshan Air Adobe
...その他を表示
5 25, 2016
08:45 AM
Hi Saad, Can you explain the issue in detail? Which version of SDK you are facing this issue is and what the issue exactly is? A sample app if possible. -Roshan
...その他を表示
5 25, 2016
08:42 AM
Thanks a lot -Roshan Adobe AIR
...その他を表示
5 25, 2016
02:54 AM
Hi Julien, Yes, we looked into the issue and it's reproducible. All details available in the forum post: ANE method's call crash in Air 22 -Roshan Adobe AIR.
...その他を表示
5 25, 2016
01:24 AM
Hi @Julien26, The bug has been reproduced and our engineering team is looking into this. We will let you know when the fix is available. Thanks a lot for sharing the files and ane. -Roshan
...その他を表示
5 24, 2016
01:16 AM
1 賛成票
Hi, We tried to reproduce the issue in iOS 9.3.1 device but it did not. Please let us know which version of AIR 22 beta you are using? Can you try with the latest one : 22.0.0.137 from here: Download Adobe AIR 22 Beta - Adobe Labs -Roshan
...その他を表示
5 23, 2016
03:35 AM
Hi, I request to raise these concerns in a different forums. This thread is for invalid signature issue. Also requesting you to raise bug in : Home -Roshan
...その他を表示
5 23, 2016
01:33 AM
Hi, We are working on it. Will let you know the status soon. -Roshan
...その他を表示