简体   繁体   中英

Can I replace a Titanium iPhone app with an XCode app in App Store?

I have an existing Titanium created iPhone app in the App Store called Impact Summit. I would like to rewrite this using XCode instead now that I have learned enough Objective-C to probably pull it off. I am also doing this on a different laptop than was used to create the original Titanium versions.

  1. Do you think I be able to push an updated .ipa version made with XCode only and replace the current Titanium version and have users receive an update without any issues?

  2. Is there something I need to do to make sure the Provisioning Profile or other licensing stuff transfers ok to the new laptop and into XCode?

Trying to avoid telling users to uninstall old one and download new one.

Thanks.

You can rewrite your whole application. All you need to do is keep app id and provisioning profiles the same.

您需要完全重写它,但是您可以仅使用最初用于创建它的Apple ID和配置文件来推送更新,用户将能够下载更新而不是重新下载应用程序

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM