关闭。这个问题需要更多focused.它目前不接受答案。想改进这个问题吗?更新问题,使其只关注一个问题editingthispost.关闭3年前。Improvethisquestion当我的iPhone应用程序启动时,如果Appstore上发布了新的更新/版本,我想通知用户。有没有人有任何想法或其他人有类似的成就吗?谢谢
关闭。这个问题需要更多focused.它目前不接受答案。想改进这个问题吗?更新问题,使其只关注一个问题editingthispost.关闭3年前。Improvethisquestion当我的iPhone应用程序启动时,如果Appstore上发布了新的更新/版本,我想通知用户。有没有人有任何想法或其他人有类似的成就吗?谢谢
我们尝试向iTunesConnect提交新构建以更新现有应用程序。这是一个用于修复一个服务器url的快速补丁。我们更改了两个文件:REST.plist用于更新一个服务器url和app_info.plist用于将bundleShoreVersionString从4.0.0更新到4.0.1以及BundleVersion从4000000更新到4000001。三周前提交的4.0.0版本没有任何问题。但是,我们因4.0.1版本的无效二进制文件而被拒绝,并向我们发送了以下电子邮件:Deardeveloper,Wehavediscoveredoneormoreissueswithyourrecent
我们尝试向iTunesConnect提交新构建以更新现有应用程序。这是一个用于修复一个服务器url的快速补丁。我们更改了两个文件:REST.plist用于更新一个服务器url和app_info.plist用于将bundleShoreVersionString从4.0.0更新到4.0.1以及BundleVersion从4000000更新到4000001。三周前提交的4.0.0版本没有任何问题。但是,我们因4.0.1版本的无效二进制文件而被拒绝,并向我们发送了以下电子邮件:Deardeveloper,Wehavediscoveredoneormoreissueswithyourrecent
突然,我们的项目无法正确上传到AppStore,此时我们停止了:错误信息:ERRORITMS-90502:"InvalidBundle.Appsthatonlycontainthearm64slicemustalsohave'arm64'inthelistofUIRequiredDeviceCapabilitiesinInfo.plist."我们都试过了,这是我们的info.plist:CFBundleDevelopmentRegion$(DEVELOPMENT_LANGUAGE)CFBundleDisplayNameOptimioCFBundleExecutable$(EXECUTA
突然,我们的项目无法正确上传到AppStore,此时我们停止了:错误信息:ERRORITMS-90502:"InvalidBundle.Appsthatonlycontainthearm64slicemustalsohave'arm64'inthelistofUIRequiredDeviceCapabilitiesinInfo.plist."我们都试过了,这是我们的info.plist:CFBundleDevelopmentRegion$(DEVELOPMENT_LANGUAGE)CFBundleDisplayNameOptimioCFBundleExecutable$(EXECUTA
我在应用商店中有一个应用,我想发布一个重大更新。但是,我想从头开始重新编写应用程序,然后再提交。我可以为更新创建一个新的Xcode项目吗?什么样的事情必须保持不变才能让他们接受它作为产品更新? 最佳答案 是的,只要BundleID(也称为BundleIdentifier和CFBundleIdentifier)保持不变,您就可以在代码方面做任何您想做的事情。此标识符在YourApp-info.plist文件中设置:com.yourcompany.${PRODUCT_NAME:rfc1034identifier}这里的PRODUCT_N
我在应用商店中有一个应用,我想发布一个重大更新。但是,我想从头开始重新编写应用程序,然后再提交。我可以为更新创建一个新的Xcode项目吗?什么样的事情必须保持不变才能让他们接受它作为产品更新? 最佳答案 是的,只要BundleID(也称为BundleIdentifier和CFBundleIdentifier)保持不变,您就可以在代码方面做任何您想做的事情。此标识符在YourApp-info.plist文件中设置:com.yourcompany.${PRODUCT_NAME:rfc1034identifier}这里的PRODUCT_N
Apple的documentationtotestasubscription在沙盒模式下购买说:"Tocheckwhetherapurchasehasbeencanceled,lookfortheCancellationDatefieldinthereceipt.Ifthefieldhasadateinit,regardlessofthesubscription’sexpirationdate,thepurchasehasbeencanceled—treatacanceledreceiptthesameasifnopurchasehadeverbeenmade."但是收据没有显示取消日
Apple的documentationtotestasubscription在沙盒模式下购买说:"Tocheckwhetherapurchasehasbeencanceled,lookfortheCancellationDatefieldinthereceipt.Ifthefieldhasadateinit,regardlessofthesubscription’sexpirationdate,thepurchasehasbeencanceled—treatacanceledreceiptthesameasifnopurchasehadeverbeenmade."但是收据没有显示取消日