IPhone AdHoc Distribution Profile
This is my first app :)
I have an app that already has a myapp-info.plist file (I think it was created when I started the project).
The preparation instructions for making an Ad-Hoc Build is telling me to create an entitlements.plist file. But it replaces my existing .plist file.
When I tried this last time I couldn't get it to install on my device (ipod touch) or even on my simulator. It said Unknown Error, the only way I was able to fix this was go back in time in Time Machine, :)
Has anybody had this issue before? I followed the instructions word for word in the documentation, any advice or suggestions on this can really help!
Do both of these files need to present for an Ad-hoc distribution Build, and also for the App-Store distribution Build?
Thank you开发者_如何学Python
Don't replace your info.plist file. Include the Ad Hoc entitlements.plist file in addition to your existing plist file in your app bundle build (e.g. two plist files).
精彩评论