Hi Experts,
I am having a problem trying to give my client a link to use so that he may install my compiled IPA file on his device.
I will give as much info as I can think of and hopefully some expert can help me.
You see the IDE compiles my code with no problems (Build Release App), and I get a 'Application compliled with store provision profile' message at the end.
I use the latest certificate and profiles from my Apple Account.
I have this in my code:
Now I've tried both Erel's OTA deployer as well as the Diawi.com free internet service and I get the same problem on both.
In both cases, my IPA file uploads with no errors and I get correctly get a link.
When I then go to the link, a message pops up saying 'xxx would like to install "My App Name here", I then click install, and it appears to be
installing (I am using the Ipad I used for Development to test if the Install link works before I give it to my client).
It takes a minute or so as the App is installing and the little icon on the Ipad desktop gradually fills up (the circle) as it is loading. Once it has filled up completely
the icon goes black.
When I now click on it I get 'Unable to Install "My App Name Here". Please try again later. And this is my problem!
Why is it doing this?
In my Apple Developer account I have the following:
Under Certificates:
-------------------------------
I have one of Type 'IOS Distribution', Platform 'iOS'
Under Devices:
-------------------------------
I have two, one is the Ipad I used for Development, the other is my client's Iphone. I have put the correct UDID for both of them.
Under Profiles
-------------------------------
I have two, the one I use for Development, Platform = iOS, Type = 'Ad hoc'
The other I use for Release, Platform = iOS, Type = 'App Store'
Please help!!
Thank you very much for your time,
Regards,
Jacques
I am having a problem trying to give my client a link to use so that he may install my compiled IPA file on his device.
I will give as much info as I can think of and hopefully some expert can help me.
You see the IDE compiles my code with no problems (Build Release App), and I get a 'Application compliled with store provision profile' message at the end.
I use the latest certificate and profiles from my Apple Account.
I have this in my code:
B4X:
#If RELEASE
#ProvisionFile: Release_Profile.mobileprovision
#Else
#ProvisionFile: Development_Profile.mobileprovision
#END IF
Now I've tried both Erel's OTA deployer as well as the Diawi.com free internet service and I get the same problem on both.
In both cases, my IPA file uploads with no errors and I get correctly get a link.
When I then go to the link, a message pops up saying 'xxx would like to install "My App Name here", I then click install, and it appears to be
installing (I am using the Ipad I used for Development to test if the Install link works before I give it to my client).
It takes a minute or so as the App is installing and the little icon on the Ipad desktop gradually fills up (the circle) as it is loading. Once it has filled up completely
the icon goes black.
When I now click on it I get 'Unable to Install "My App Name Here". Please try again later. And this is my problem!
Why is it doing this?
In my Apple Developer account I have the following:
Under Certificates:
-------------------------------
I have one of Type 'IOS Distribution', Platform 'iOS'
Under Devices:
-------------------------------
I have two, one is the Ipad I used for Development, the other is my client's Iphone. I have put the correct UDID for both of them.
Under Profiles
-------------------------------
I have two, the one I use for Development, Platform = iOS, Type = 'Ad hoc'
The other I use for Release, Platform = iOS, Type = 'App Store'
Please help!!
Thank you very much for your time,
Regards,
Jacques