Naituw / IPAPatch

Patch iOS Apps, The Easy Way, Without Jailbreak.
MIT License
4.74k stars 708 forks source link

Push Notification & Firebase setup #32

Open hansimmmi opened 7 years ago

hansimmmi commented 7 years ago

Hi! We've been creating a patched build with IPAPatch and build and distributes using enterprise account. It works great, but when it comes to anything which use bundle ID as service key seems not working. I understand that the process is changing the bundle ID, but is there any workaround to keep the original app getting its own push notification? For Firebase(and Google setting), the popular phone number verification SDK doesn't work with injected bundle ID, so it's impossible to go around that?

Naituw commented 7 years ago

You can try set bundleID to the original one. if it's still not working, maybe we need to setup an additional entitlement file when codesigning.

hansimmmi commented 7 years ago

Thank you for the quick reply. The problem is that I don't have any control over the original app so I can't change its bundleID. Vie versa, I can't create the original app's bundle id into my developer portal of Enterprise account since it's duplicate. So the first thing doesn't work I guess. I don't know how I can make additional entitlement... do you mean on IPAPatcher, right? It would be great if you let me know further step!

Naituw commented 7 years ago

That need additional work to IPAPatch, but currently I can't find time for this, and will take a look in the future.