search

Home  >  Q&A  >  body text

How to completely modify the bundleID in iOS in react-native project (not on the shelves)?

I recently encountered such a problem:

Now comes the question:

  1. Copy all the code of the original project to the new project. Which files need to be modified?

  2. How to completely change the bundleID of the original project to a new bundleID (just modifying it in general and info.plist on xcode does not work)?

过去多啦不再A梦过去多啦不再A梦2815 days ago868

reply all(2)I'll reply

  • 習慣沉默

    習慣沉默2017-05-17 10:06:33

    Since there was no other idea, the first method was used to solve the problem:
    Rebuilt a project with a new bundleID, and then transplanted the code of the previous project. What should be noted here is that if there are third-party libraries in the original project, these libraries need to be reconfigured.

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-17 10:06:33

    In addition to certificates and description files, various other things also need to be reconfigured. If you use xcode8, they will be automatically generated; if you use a third party for push, such as Jiguang, the previously uploaded push certificate will also need to be reconfigured; test again later and receive it. It must be that the configuration is not configured properly or the push method is selected incorrectly. For Jiguang, just click Send notification to test it;

    reply
    0
  • Cancelreply