ios - Running an application through xcode on my device while I already have the app downloaded from the AppStore -


i have app on appstore , have downloaded on device. writing upgrades app , want run , test how looks on device through xcode. should delete app downloaded appstore or replace app 1 running through xcode? using facebook login well, if app (downloaded appstore) logged in, 1 run xcode have clashes? tried running xcode workspace app runs doesn't seem reflect changes.

any great! thank in advance!

app replace 1 case if app running xcode , app app store having same bundle id. if want run both app identically, change bundle id of app running xcode. can use wild bundle id.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -