beta

Google Play Store Internal Test cannot start roll out

别说谁变了你拦得住时间么 提交于 2019-12-20 15:37:38
问题 I am going to start rolling out the first version of the application to the internal testers. But the button START ROLLOUT TO INTERNAL TEST is disabled and I cannot see any other error messages or warnings here. Can anyone let me know what's going? Screenshot attached 回答1: Have you filled out all required data under the things with gray check boxes? All 4 checkmark icons should be green and if you hover over a gray one it will pop up what is remaining e.g upload icons, feature graphic, etc.

What kind of Certifcate and Provisioning Profile is needed for an iOS Apple TestFlight release?

独自空忆成欢 提交于 2019-12-20 08:27:45
问题 I'm planning to release a beta version of my iPhone app on iOS 8 devices through the new Apple TestFlight app. What kind of Certifcate and Provisioning Profile is needed for that? Do I need a Production certificate and Distribution provisioning profile? Available are these: Certificate: - Pending - Development - Production Provisioning Profile: - Development - Distribution 回答1: I believe you need a Production certificate with a Distribution profile for "App Store". I just submit my app which

AVAudioPlayer no longer working in Swift 2.0 / Xcode 7 beta

泪湿孤枕 提交于 2019-12-19 17:47:03
问题 For the var testAudio declaration in my iPhone app, I am receiving an error here "Call can throw, but errors cannot be thrown out of a property initializer" import UIKit import AVFoundation class ViewController: UIViewController { var testAudio = AVAudioPlayer(contentsOfURL: NSURL (fileURLWithPath: NSBundle.mainBundle().pathForResource("testAudio", ofType: "wav")!), fileTypeHint:nil) This happened when I moved to the Xcode 7 beta. How can I get this audio clip functioning in Swift 2.0? 回答1:

AVAudioPlayer no longer working in Swift 2.0 / Xcode 7 beta

一世执手 提交于 2019-12-19 17:46:25
问题 For the var testAudio declaration in my iPhone app, I am receiving an error here "Call can throw, but errors cannot be thrown out of a property initializer" import UIKit import AVFoundation class ViewController: UIViewController { var testAudio = AVAudioPlayer(contentsOfURL: NSURL (fileURLWithPath: NSBundle.mainBundle().pathForResource("testAudio", ofType: "wav")!), fileTypeHint:nil) This happened when I moved to the Xcode 7 beta. How can I get this audio clip functioning in Swift 2.0? 回答1:

Key Commands must all have a Title, Key and Selector

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-19 05:18:34
问题 I am receiving and error when trying to build, Xcode 8.0 Beta 4, and when I'm building it says "error: Illegal Configuration: Key Commands must all have a Title, Key, and Selector. Select each row in the table to check its configuration." It isn't on a TableView or anything, its a UIView with a Stack View inside it and some buttons, thats about it. And this is on a Storyboard file I'm getting the error I can't figure out what that might be? 回答1: Open your storyboard file as source code (right

Is it possible to install iOS6 SDK on Xcode 6-beta?

こ雲淡風輕ζ 提交于 2019-12-18 18:53:28
问题 I noticed that there are no preview or simulator for iOS6 in Xcode 6-beta, so I was wondering is there any way that I could add it manually ? 回答1: No. Apple only support iOS7 and iOS8, and they're strict with that. As a result, only iOS7/8 simulators are available in Xcode 6. If you want to run on an older simulator, you need to develop on an older version of XCode. 回答2: Not possible. But: you can still test on a iOS 6 device from Xcode 6. I keep an old iPhone 4 for this (look at eBay). EDIT:

iOS 12 not supported by Xcode 9.4 : Could not locate device support files

纵然是瞬间 提交于 2019-12-17 23:02:00
问题 This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS 12.0 (16A5308e), which may not be supported by this version of Xcode. (Version 9.4.1 (9F2000)) can anyone help with iOS 12.x device support files from Xcode 10 beta? 回答1: iOS 12 is only supported by the beta of Xcode 10 or higher. If you want to use your iPhone 8 with this iOS version (NOT RECOMMENDED) with your Xcode 9.4 you can try to download the last beta of Xcode 10 and after connecting the iPhone to the mac go to this

Ad Hoc iOS Distribution Profiles become invalid

老子叫甜甜 提交于 2019-12-14 01:54:57
问题 When the profiles become invalid, the beta version that was distributed with that profiles in active could be used in normal? 回答1: Yes, don't worry about those builds, which were distrubuted earlier. Here is an official Apple distribution guide: A provisioning profile appears invalid if it contains a revoked or expired certificate. Expired certificates: Certificate expiration or revocation For standard developer program teams (those whose distribution method is the iOS App Store), expiration

SwiftUI vertically misaligned text

爷,独闯天下 提交于 2019-12-13 17:42:40
问题 I have some vertically misaligned text and I don't know why... The code: struct IBANInputView: View { @State var securityDigits = "" @State var bankCode = "" @State var accountNumber = "" var body: some View { HStack { Button(action: onCountryButtonTapped, label: { Text("NL") .foregroundColor(Color.purple) }) TextField("00", text: $securityDigits) .fixedSize() TextField("BANK", text: $bankCode) .fixedSize() TextField("0000 0000 00", text: $accountNumber) } } func onCountryButtonTapped() {

Testflight external user download gets stuck at 90%

為{幸葍}努か 提交于 2019-12-12 10:01:14
问题 When downloading a beta build of my app, distributed via the Testflight external tester method, the download apparently stops at about 90%. In reality the download has completed and the app is ready to go. This is very confusing for my testers. The only suggested fix I've found to date, is to include the app info.plist in the distribution even though Xcode complains that it is not necessary. In any case including it had no effect. 回答1: We have the same issue with our beta users. TestFlight