Software Archive
Read-only legacy content
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussões

iPhone 6 with iOS 9 = app crashed

Renato_B_
Principiante
1.736 Visualizações

Does Intel XDK not support iOS 9? I built an IPA (adhoc) using Intel XDK/Crosswalk and I tested after in my iPhone 6 with iOS9 and the app crashed. I have looked in the build settings and the iOS target version option I have not found a 9 version option (only goes until 8). Someone else with the same problem? Thanks.

0 Kudos
13 Respostas
Tony_J_
Novo colaborador I
1.736 Visualizações

hm... it works for me so most likely the problem could be plugin-related or something else.
I'm testing my app on both iphone 6 and 6s with ios9 built with the latest xdk

Renato_B_
Principiante
1.736 Visualizações

A doubt: in the "iOS target version" of your intel XDK has a 9 version option? 

PaulF_IntelCorp
Funcionário
1.736 Visualizações

Renato -- that iOS target version is the minimum iOS target. You can build an app that will run on iOS 9 by selecting a lower target number.

Renato_B_
Principiante
1.736 Visualizações

Hi Paul

I chose the version 6 and my app still crashed. After the iOS update, my app has worked with no problems. I used the Construct 2 to create it and only 2 plugins: phonegap_screen_orientation and phonegap IAP. How could I do to find the problem if it is not in intel XDK?

Thanks for any help.

 

 

John_H_Intel2
Funcionário
1.736 Visualizações

Try removing your 3rd party plugins, upload, build, install. Does it still crash?

 

Renato_B_
Principiante
1.736 Visualizações

Ok John. I have removed the IAP phonegap plugin and the app doesn't crash anymore. But I need to use this plugin. What I can do?

Renato_B_
Principiante
1.736 Visualizações

The iOS team sent me the log. Can I post it here?

PaulF_IntelCorp
Funcionário
1.736 Visualizações

Yes, you can post the log here. If you want to keep the log private post using the "Send Author A Message" link. I recommend you send the message to John (use that link on one of his posts and it will send to him) because he's much more expert at iOS than I. Then, attach it using the "Add Media" button below the message edit window. Do not change the text inside the "Subject" or the "Forum Topic" fields to be sure this private message stays attached to this thread (funky bug in the forum), that way other support personnel can get to the message is someone else needs to work with you.

Renato_B_
Principiante
1.736 Visualizações

Thanks, Paul

John_H_Intel2
Funcionário
1.736 Visualizações

Can you provide a link to the plugin?

Which CLI are you targeting, 4.1.2 or 5.1.1?

Renato_B_
Principiante
1.736 Visualizações

Hi John

I sent the link by PM.

Dwight_B_1
Principiante
1.736 Visualizações

 

I don't know right off hand which version of Cordova XDK uses, but if you're targeting ios9 for something specific, you might want to checkout this link:

http://community.phonegap.com/nitobi/topics/phonegap-build-ios-9-support-status

ryan (Developer) 7 days ago

PhoneGap Build iOS 9 Support Status 

 
iOS 9 is not officially supported until Cordova-iOS 4.0.0, which the Cordova team is hard at work on. However some issues can be solved with some simple configuration changes. 

 

 

PaulF_IntelCorp
Funcionário
1.736 Visualizações

The reference to using CLI 5.2.0 is not possible with our system, at this time, because we do not yet support it. The key difference between 5.1.1 and 5.2.0 is the version of Cordova-iOS being used. In our implementation of 5.1.1 we support Cordova-iOS 3.8.0. Whereas, in CLI 5.2.0, the version of Cordova-iOS is 3.9.1. I don't know if this Cordova-iOS framework version difference is significant, since we have people running apps on iOS9 with both Cordova-iOS 3.7.0 and 3.8.0. As @darbour says, official support for iOS9 won't be available until the Cordova project releases a version of CLI that includes support for Cordova-iOS 4.0.

Responder