app-store

Creating an app file that can be installed on an iPhone before it's uploaded to the AppStore

蹲街弑〆低调 提交于 2019-12-10 12:23:37
问题 My boss wants me to develop some apps and make them appear on the AppStore. This is a very small company, he paid the iPhone developer program fee and I am responsible for the rest, I have full access to the account. I've finished the development on my mac using the simulator. But now I have to test the app on an actual iPhone before it's submitted to the AppStore for review. The problem is that my boss and I both do not own an iPhone and do not have much money to buy one. My friend has one

Custom keyboard crashes in App Store, but not in when launched from Xcode

故事扮演 提交于 2019-12-10 11:46:03
问题 I have found that installing and using custom keyboard works fine for my app when launching from Xcode, but if I release it to TestFlight or the AppStore then it crashes when a user clicks on a textbox and tries to bring up the keyboard. As far as I am aware there is nothing special about any of the textboxes in my app. The stack trace is: Thread : Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 6512725832 __exceptionPreprocess 1 libobjc.A.dylib 6869942144 objc_exception

The application can be downloaded from AppStore for iPhone 5 only

谁说胖子不能爱 提交于 2019-12-10 11:30:04
问题 I want that users can download my app from AppStore only for iPhone 5. I tried to set valid architecture to armv7s, but got the message "The key UIRequiredDeviceCapabilities contains value 'armv7s' which is incompatible with the MinimumOSVersion value of '6.0'" If I add only armv7 to "Required device capabilities" all working good, but for other iPhones too... that is not what i need. Thanks 回答1: I simply think its not possible because it doesn't use another architecture than the 4 or 4s and

Bug Appears in Distribution (App Store) Version of iPhone App

若如初见. 提交于 2019-12-10 11:13:37
问题 I created an app that has a self-built photo tool. When I test (Debug & Ad Hoc), it works fine. It is built using a UIScrollView and adds each Photo to the UIScroll view as the photo's slot is scrolled onto the screen. But now the app is in the App Store and the left-right swipe-to-load-photo feature is not loading the photos. This is the same situation on iPhone 3G and iPhone 4. Any ideas why / how this could happen? ADDITIONAL INFO Upon further inspection and thinking about how I created

App Rejected for not using HTTP Live Streaming Protocol

試著忘記壹切 提交于 2019-12-10 10:20:06
问题 Do I need to make any code-level changes to play my videos over HTTP Live Streaming protocol? or is it more a server issue, where i need to re-encode the videos etc? We've reviewed your application, but cannot post this version to the App Store because it is not using the HTTP Live Streaming protocol, which is required for broadcasting streaming video over the cellular networks for longer than ten minutes. We have included additional details below to help explain the issue, and hope you’ll

How to test the final distribution build before submitting it for review to the iPhone app store?

↘锁芯ラ 提交于 2019-12-10 04:06:37
问题 I have developed an iPhone App and I want to test this final distribution build before submitting it to the App Store for review. Is there any safe way to make this app to run on a device? 回答1: You might want to also check out Craig Hockenberry's "The final test" blog post. Craig gives a method of testing where the only difference between what you test and what you submit is the signing identity. 回答2: No, you can't. This makes me a little nuts, too. If you set up an ad-hoc distribution

Create temp file for a sandboxed Cocoa application

僤鯓⒐⒋嵵緔 提交于 2019-12-10 02:56:33
问题 My app is sandboxed (as per the latest App Store guidelines), and I want to create some temporary files. Am I allowed to do so? If "yes", WHERE am I allowed to do it? Is there any prespecified path? (And a command to access that path?) 回答1: You should use the NSTemporaryDirectory() function, which will find and return the appropriate temporary folder for your application (regardless of sandbox status, OS version, and a host of other things). Take a look at this Cocoa With Love post for much

How to handle shouldAddStorePayment for In-App Purchases in iOS 11?

♀尐吖头ヾ 提交于 2019-12-10 02:50:06
问题 I'm trying to implement that new paymentQueue(_:shouldAddStorePayment:for:) method so my app can handle IAPs directly from the App Store. I'm using the itms-services:// url to test it, like it says here. The thing is, my SKPaymentTransactionObserver is a specific view controller, and if it's not visible when I open the itms-services:// link the delegate method won't be called. What can I do about that? I think I'd have to detect if the user is coming from the App Store to push the right view

App icon not changing after updating App

醉酒当歌 提交于 2019-12-10 02:27:54
问题 Getting reports that, after updating our app, the springboard icon does not update, requiring the device to be turned off and on for the change to take effect. This has happened when updating from a live version to a test build (via iTunes) and updating from an old (live) version to the latest live version (via appstore on device). This isn't a regular occurrence, but I am wondering what might be causing this? 回答1: Use "Build > Clean all Targets" and then build and run. Xcode doesn't always

how to change country of sale in app store [closed]

泄露秘密 提交于 2019-12-10 01:47:43
问题 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 6 years ago . hi my app appears in US store, however it is dominantly an australian app. how to make it appear in australian app store instead of US app store, however i can still search app in aus app store but wanna make it more visible in aus store. thanks 回答1: To change the stores that your app appears in, log into