app-store

XCode 7.3.1 Update Not Installing

不羁的心 提交于 2019-12-22 10:59:42
问题 It looks like XCode came out with a new update. This issue seems to be persistent where the iTunes Store does not render the update even though it posts it in the "Updates Installed in Last 30 Days" section. After I restart, I am then prompted to update again even though I have already done it twice. Ultimately, the update does not apply when I open XCode (it still shows 7.3, not 7.3.1): 回答1: There is only one way! For this you need: 1. Delete the XCode 7.3 from Applications folder 2.

Is it possible to make your uploaded iphone application auto-update? [duplicate]

拟墨画扇 提交于 2019-12-22 08:04:13
问题 This question already has answers here : Can I force an iPhone user to upgrade an application? (13 answers) Closed 2 years ago . I am about to upload my Iphone application to the apple store, however I intend to release more versions in the near future. Is there anyway to make my application auto update once I upload a new version to the apple store?. That is as I am about to upload version 1.0, once i upload version 1.x, can the user be notified of this or can the application be auto-updated

SKPaymentTransactionObserver `In-app purchases can’t be promoted on the App Store` on iTunes connect but delegate implemented and tested

感情迁移 提交于 2019-12-22 07:05:04
问题 We keep getting this warning message in Itunes connect after implementation and test of the delegate method: These in-app purchases can’t be promoted on the App Store because your latest app binary doesn’t include the SKPaymentTransactionObserver method. We implemented the delegate method for the new App Store purchase from iOS 11 in a dedicated object that manages our payments and other SKPaymentTRansactionObserver. func paymentQueue(_ queue: SKPaymentQueue, shouldAddStorePayment payment:

Apple TestFlight: “this version is no longer available for testing” [closed]

为君一笑 提交于 2019-12-22 06:55:47
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I've been using TestFlight for my internal beta testings, everything was set and it was working for a while. after one of the submitted binaries got rejected from AppStore review, there seems to be a problem. On any new uploaded binaries and turning on the Beta testing switch in iTunes Connect, I get the

Is it possible to create, package and successfully submit HTML5 apps to the app store? [closed]

你说的曾经没有我的故事 提交于 2019-12-22 06:50:37
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Hello everyone and thanks for reading... I'm a Mono / Web developer and was recently talking to an Apple guy regarding development on the iPhone and iPad. Now I know that Objective C / XCode is the heavy hitter for development on these platforms; however, I'm pretty sure he

High profile MonoTouch apps? [closed]

ぐ巨炮叔叔 提交于 2019-12-22 06:40:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 years ago . I would like some examples of high profile apps created using MonoTouch. The apps you call home about. The apps that made it to the top 25 lists in their category. Where can I find examples of such applications? This is a valid question, and should be re-opened. I need concrete examples of good applications

High profile MonoTouch apps? [closed]

徘徊边缘 提交于 2019-12-22 06:39:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 years ago . I would like some examples of high profile apps created using MonoTouch. The apps you call home about. The apps that made it to the top 25 lists in their category. Where can I find examples of such applications? This is a valid question, and should be re-opened. I need concrete examples of good applications

AppStore Submission denied - Apps are not permitted to use the UDID

泄露秘密 提交于 2019-12-22 05:59:09
问题 I'm trying to upload an application to AppStore but soon as its uploading I get this error: Your app contains non public API usage. Please review the errors, correct them, and submit your app again. Apps are not permitted to use the UDID, and must not use the unique identifier method of UIDevice. Please update your app's servers to associate with the vendor or advertising identifier introduced in iOS6. Shouldn't these errors be displayed? I cant find any code that access the UDID. 回答1: You

Empty app icon on iPad for iPhone only application

别等时光非礼了梦想. 提交于 2019-12-22 05:53:13
问题 I have an iPhone application which is not optimised to work on iPad, but it contains all the icons for iPad. When I install an app on iPad - there is no icon. Also, when I download my app from the store on iPad - it doesn't have an icon... In Xcode 9 I've marked the app as "universal" and built it. The icon appeared! Marked back as "iPhone only" - icon disappeared. So the question is: How to make an "iPhone only" app has an icon on iPad? P.S. Created a new icon set with iPad support. Icons

iOS 7 Nav Bar SKStoreProductViewController

假装没事ソ 提交于 2019-12-22 05:43:34
问题 In iOS 6, SKStoreProductViewController was introduced to show iTunes Store items in apps, so the user would not have to leave the app to view them. So far, I have not found a way to customize the navigation bar of this view controller. In iOS 6, it is black with grey writing, and in iOS 7, it is white with black writing. Is there any way to change the navigation bar's tint color? (In iOS 6 & iOS 7) Thanks. 回答1: Not the nicest solution but you can use UINavigationBar's UIAppearance method to