This document summarizes issues and solutions for an iOS app development project. It discusses two main problems: 1) The app was rejected for using the AdSupport framework without including ad functionality. The solutions were to update third-party libraries, remove the AdSupport framework, or add linker flags. 2) Enterprise app deployment did not work on iOS 7.1 because plist files required HTTPS links. The solutions were to change http links to https in the plist and HTML files or store the files on Dropbox and share links.