We are about to release a stickers pack extension to our existing iOS app. This is how I've added the sticker extension to the existing iOS project in xCode 8. File -> New -> Target -> Sticker Pack Extension.
Bundle identifier for the existing iOS app: com. Company name. Product name
Bundle identifier for the stickers extension: com. Company name. Product name. Sticker app name
Can we have two different bundle identifiers for these two targets and still submit the app as a single package(includes both iOS and Stickers app) ?