My current situation is my client already has an app on the appstore that he wishes to update so that it can have In-App Purchasing. The problem is that the original app was created using an App-ID with a wildcard. Since wildcard App-IDs cannot be used with IAP and Push Notification, I'll need to create a new App-ID.
Am I able to make a new App-ID (without the wildcard suffix) and use the same bundle-ID (By deleting the previous App-ID to free up the bundleID) to update the App?
Are there any repercussions doing this?