iOS Question Release APP doesn´t install

Eumel

Active Member
Licensed User
Longtime User
Hi,

after some debug installs, i installed a release app. All works fine.
After some more coding, and debugging, i cannot install the new release app.

I´m working with hosting builder. No error displayed.

My iPhone only displays "App cannot be loaded" Retry or Finish.(dt. App kann nicht geladen werden)

I deinstalled all with b4i .. Bridge and certificate and tried from scratch.

No result. Debug-App installs fine, Release-App not.

What´s wrong ?

--------------
Eumel
 

Eumel

Active Member
Licensed User
Longtime User
I find out what happens.

If i want to install on my iPhone as Release, i have to take an AdHoc-Provisioning, or Development-Provisioning File.
AppStore Provisioning don´t work.

-------------
Eumel
 
Upvote 0

fbritop

Active Member
Licensed User
Longtime User
Erel,
I had to remake all my certs today as the folder was corrupt.

There is no way that the app will load as Release on the device. We have created all the certs (iOs Developmnet/Distribution), APNs for production and development.

AppId stays the same as there is already a production release in the app store, so we cannot change the App ID. The APP ID has both SSL certificates associated within, Development and production APN

Provisioning files have been created for iOS development and production (with the app Id with no wildcard) and the following services enabled: Game Center, In-App Purchase, Push Notifications

Every single item is active the developer console.

We have tested the app in debug with no trouble at all.

The keys dir contains the following files:
screen.png


My Main declaration is:

B4X:
    #iPhoneOrientations: Portrait
    #iPadOrientations: Portrait
   

    #If RELEASE
        #CertificateFile: ios_distribution.cer
        #ProvisionFile: provisionProd.mobileprovision
    #End If
    
    #If DEBUG   
        #CertificateFile: ios_development.cer
        #ProvisionFile: provisionDev.mobileprovision
    #End If

I have no clue why it does not download the release version. I have installed/unistalled the app, bridge, restart the phone, etc. What else can be donde or is there any cached version that is standing somewhere in between both releases?

Thanks in advance.
FBP
 
Upvote 0

fbritop

Active Member
Licensed User
Longtime User
So why is the app not installing in RELEASE mode on my devices?. I have tried to different devices with the same result.

The certificates are the ones that the developer console gives me, either for development or for distribution


Thanks
FBP
 
Upvote 0
Top