ERROR ITMS-90685: “CFBundleIdentifier Collision. There is more than one bundle”

Cause It happens if your HostApp embeds a framework which has been also embedded in some of the frameworks which are also being embedded in HostApp. For example, Host H embeds framework F1 and framework F2 Framework F1 embeds framework F2 Thus, Framework F2 will be duplicated in bundle after IPA generated Solution Only HostApp … Read more

URL for sending a user to the app review page on device’s app store

Update: iOS 4.2 seems to have fixed this and links now open the App Store app directly rather than the review page. This article Dissecting iTunes links explains everything. Heading straight to a review form It’s also possible to send someone straight to the review form for an app. https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=337064413&type=Purple+Software Simply replace the ID with … Read more