简体   繁体   English

我可以在App Store中用XCode应用程序替换Titanium iPhone应用程序吗?

[英]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. 我在App Store中已有一个Titanium创建的iPhone应用程序,名为Impact Summit。 I would like to rewrite this using XCode instead now that I have learned enough Objective-C to probably pull it off. 现在,我已经学到了足够的Objective-C可能可以使用它了,我想改用XCode重写它。 I am also doing this on a different laptop than was used to create the original Titanium versions. 我也在与用于创建原始Titanium版本的笔记本电脑不同的笔记本电脑上执行此操作。

  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? 您认为我能够推送仅使用XCode制作的更新的.ipa版本并替换当前的Titanium版本,并且让用户收到没有任何问题的更新吗?

  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? 我需要做些什么来确保将Provisioning Profile或其他许可材料传输到新笔记本电脑和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. 您需要做的只是保持应用程序ID和配置文件相同。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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