I have an iOS app that was tested and working. I want to add a new in app product list to the app, and launch the app. The app should already work in that it will automatically detect the product selected and pull up the in app purchase window for the selected product based on a webview in the app acting as a product catelogue, where the webpage of the product catelogue passes the name of the selected product in the URL as a GET method variable. The app detects the selected product name from extracting it from the URL string in the webview. As long as the product ids in the in app purchase list match the ids in the server database, the app should function without adjusting any code and just adding the new list of in app purchases.