iOS making a new project for an existing app -
i'm remaking scratch app in objective-c, swift. i'm not sure how can make new project linked app in itunes connect. mean have new project binary supposed uploaded binary of registered app.
besides using same bundle identifier, else need achieve this?
ps: reason, new project won't let me change bundle identifier's last part: old 1 com.example.myproject
while new 1 com.exmaple.myproject
(the new 1 has capital letters). when click on text box change lower case, myproject
color change gray , can't delete it
go app's info.plist
, change bundle identifier manually. also, need have higher app version when submit, version 1 higher 1 in app store (so can make new version , approved).
Comments
Post a Comment