I understand what the Apple Id is for my iOS app (obtained from the iTunes Connect listing). However, when setting up a Facebook app to accept install pings from an iOS app, it asks for two ids:
- iPhone Store Id with hint text of "The ID to identify your app in the iOS Store"
- iPad Store Id with hint text of "The ID to identify your app in the iPad Store"
As explained elsewhere, the iPhone Store Id should use the app's Apple Id.
But what is the iPad Store Id? Should it be left blank or should it use the same id?
Note: My understanding of bundle ids is that they map to a unique app id. So presumably the same bundle id cannot be used for two separate apps, one for iPhones and one for iPads.
Clarification much appreciated!