Software Archive
Read-only legacy content
17060 Discusiones

iOS app keep installing problem with Intel XDK.

Rahul_K_1
Principiante
1.867 Vistas

Hi,

I'm new to Intel XDK and Cordova plugin. I have developed one application using Intel XDK and some plugins such as PushPlugin, Toast-Phonegap-Plugin, LocalNotifiacation and BackgroundMode. I'm able to build iOS application successfully, But the problem is when I'm trying to install in my iphone it shows "installing...." and it never ends.

It was working fine before, I think it stopped working after I have updated Intel XDK(1912, current version).

0 kudos
1 Solución
John_H_Intel2
Empleados
1.866 Vistas

This typically happens if:

1. UDID is not in the provisioning profile that is used for the ad hoc build 

2. The provisioning profile/cert is expired

3. You have rebuilt the app and are trying to install the ipa from an old build email. Only the most email is allowed to install the app.

 

The plugins you have selected have nothing to do with the install of the app.

Ver la solución en mensaje original publicado

5 Respuestas
John_H_Intel2
Empleados
1.867 Vistas

This typically happens if:

1. UDID is not in the provisioning profile that is used for the ad hoc build 

2. The provisioning profile/cert is expired

3. You have rebuilt the app and are trying to install the ipa from an old build email. Only the most email is allowed to install the app.

 

The plugins you have selected have nothing to do with the install of the app.

Rahul_K_1
Principiante
1.866 Vistas

Thank you very much. 

It works now. Problem was provisioning profile certificates. 

 

Thanks again.

Bhavya_A_
Principiante
1.867 Vistas

Dear John,

Please explain  the 3  condition which you have mentioned in your last comment.i.e

You have rebuilt the app and are trying to install the ipa from an old build email. Only the most email is allowed to install the app.

Your help will be highly appreciated .

Thanks

John_H_Intel2
Empleados
1.867 Vistas

When you build your app, you get an email with a link to install it OTA.

When you build your app again, the link from the first email is no longer valid. You must use the link from the second email.

 

PaulF_IntelCorp
Empleados
1.868 Vistas

In John's original comment it should have read "...only the most recent email..."

Responder