Jalal Mirahmadi
Jalal Mirahmadi

Reputation: 13

Can I create new iOS app from my existing app?

I have made a language learning App - English to Japanese. and its live in app store now.

Now I want to use my old app to make a new one , example : Farsi to Japanese .

Can I use my old app and change text and name ? by name I mean bundle id name . Please tell me how can I do it and what are the fields need to be changed. Visual would be awesome since I'm very new and learning with udemy and had even hard time to find solution to my basic question here ..

Upvotes: 1

Views: 68

Answers (2)

Nandish
Nandish

Reputation: 1162

You can create a new target for under your current project for another project and change the bundle identifier.Separate Info.plist will be created so you can manage it specifically for this target. It will be easy to maintain, if there are not many differences. Below is how to create new target from existing target:

enter image description here

Upvotes: 1

user14137003
user14137003

Reputation:

Yes,of course you can make/modify your existing app. Just you have to choose what to make changes in your existing sourcecode. You can also refer to youtube or any other platform from where you can get idea.

Upvotes: 0

Related Questions