Create New XCode Project With Existing Package Name - ios

I am currently using Cordova (non CLI). I want to make a new Cordova project for the same code with CLI. If I make it with the same package name, will all the certificates transfer over and work with it? If I make an update to app on App Store will it work if I create this new project?

By package name, if you mean app ID then yes.

Related

How to create Symbolic Link to local Swift Package

I have a Swift Package Xcode project that I'm making some changes to and I want to add a symlink from my App to that project so I can test it out while changing it. Can I link my app like that (just for testing) or would I need to always push a new version to GitHub?

Creating a new iOS application from an existing iOS application

I got a good app source code which I want to extend its functionality and make a new app in the store, Can I do that and get it approved?
If I can do so what is the steps I should follow, I cloned the source code, Should I make an new Xcode project and copy the files to it? or I can change the Bundle Id or I don't have to?

Change ionic bundle identifier not working in IOS

I hade to create a new Ionic app since the first one stopped working.
After that It got new numbers in the end of the name (i.e old name com.ionicframework.test420004, new name com.ionicframework.test122446).
I changed it everywhere (search and replace in VisualStudio 2015) I could find in the project.
IOS still looks for local (downloaded) files with the path of the wrong application name.
Does anybody know how to change it?
In this scenario you have to build it using cordova on a Apple computer. You can't build it and add the platform on a pc and the export the platform to an Apple computer.

Creating new Xcode project from an existing Project

I have one app with some app name in the App Store, is it possible to create a different app from the same project in the Xcode by changing the info plist values like bundle id ,bundle name etc with out creating a new project.And can i upload the same to the App Store with a different app name.
Thanks.
One way to do this is to create a second 'target' inside your existing XCode project.
There are a number of different target types you can create, one of them being another application.
This new application target then needs a different bundle id etc. However that target can see all the existing code you wrote for your existing app so you don't need to copy the files into another project to reuse them. Use the search facility in Apple dev website, or Google the use of XCode targets for more information about how to do this.

Settings tool plugin in cordova +ios app development

I am creating my app with cordova 2.1.0 framework. I want to add an option in settings page of the device(IPOD/Iphone/Ipad) with a name value pair. So, basically on deployment, the settings tool should get populated with a new option. Is there a cordova plugin to establish this?
Maybe this one is of help ?
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ApplicationPreferences
Also note that you will have to create a Settings Bundle outside Cordova, read up here: http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/UserDefaults/Preferences/Preferences.html

Resources