Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native App does not start on iOS after some days

I'm using React-Native 0.31. I successfully deployed my app to my iPhone with "Release Build" settings. Everything is working fine but after 2-3 days the app is not staring anymore. Even a restart of the iPhone does not help. Only a reinstallation of the app via xCode solves the problem.

Does anyone has a hint why this this is happening?

Thanks in advance.

like image 991
Manuel Avatar asked Aug 15 '16 17:08

Manuel


1 Answers

I checked the log on the iphone but without any successful hint. It turend out that it has something to do with the provisioning profile. After some days this profile expires which causes that the app is not starting anymore. A solution is to you "Apple test flight" for beta testing. This extends the period of time.

like image 140
Manuel Avatar answered Sep 21 '22 05:09

Manuel