0

I'm slightly confused about my bundle ID and how I configure my new LITE version of my app.

I have created a LITE target as per these instructions: How do I manage building a Lite vs Paid version of an iPhone app?

All fine, however I need a new bundle ID to submit it to Apple... So, my full version has an App ID of:

123346.com.blah.appName

Because I need it for push notification certificates... However if I create a new ID will my LITE version stop working with the push certifications? Slightly confused how I proceed... Any advice?

Community
  • 1
  • 1
mootymoots
  • 4,545
  • 9
  • 46
  • 74

1 Answers1

0

I don't have much experience with push notifications, so take my advice with a bit of care.

However, your Lite version is a completely new app (for Apple), from my understanding. You're just conveniently sharing pieces of code from the full project.

Being like that, you should proceed just like you did for your full version. You have to register a new bundle ID and then register that new bundle ID with the push notifications server.

Like I said, it's just like creating a new app from the ground up. You're just sharing some code.

Aloha Silver
  • 1,394
  • 17
  • 35