Questions tagged [beta]

Software development phase where the application is considered "feature complete" but still may have numerous bugs and usability issues.

708 questions
17
votes
4 answers

Does Apple's TestFlight application auto update apps that external beta testers have installed?

I can see from my iTunes connect control panel how many users are on each version of the app I have in beta. When does TestFlight update those apps? Do they have to open TestFlight and manually choose to update? Does it happen automatically when…
Mr Corbin
  • 303
  • 1
  • 2
  • 5
16
votes
6 answers

Continuous speech recogn. with SFSpeechRecognizer (ios10-beta)

I am trying to perform cont. speech recognition using AVCapture on iOS 10 beta. I have setup captureOutput(...) to continuously get CMSampleBuffers. I put these buffers directly into SFSpeechAudioBufferRecognitionRequest which I set up previously…
Chris
  • 1,231
  • 2
  • 10
  • 20
16
votes
4 answers

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

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 ?
Soheil
  • 5,054
  • 3
  • 24
  • 43
16
votes
1 answer

Fatal error: Class 'Locale' not found with ZF2 skeleton application

I've just installed the ZF2 beta5 application as per given instructions: $ git clone git://github.com/zendframework/ZendSkeletonApplication.git ./ Cloning into '.'... remote: Counting objects: 1494, done. remote: Compressing objects: 100% (660/660),…
Max
  • 12,794
  • 30
  • 90
  • 142
15
votes
3 answers

Does every beta update need approval through Apple TestFlight?

I just uploaded a minor update (0.1.0 to 0.2.0) of my iOS 8 beta app to Apple TestFlight. My app got approved by Apple TestFlight earlier and I read that minor updates don't need another review. Is this still the case? (I'm asking because I needed…
Tom
  • 5,588
  • 20
  • 77
  • 129
14
votes
1 answer

[SPApplication _accessibilityInitialize]: unrecognized selector sent to instance on watchOS4

Once my watch app starts, it crashes with the following error: 2017-08-17 13:59:54.304792-0300 watchOS4 Extension[11500:1617313] -[SPApplication _accessibilityInitialize]: unrecognized selector sent to instance 0x79e5b8f0 2017-08-17…
GGirotto
  • 848
  • 2
  • 10
  • 31
14
votes
1 answer

how to open pdf markup programmatically in ios 11

the Markup as pdf is a new options in share sheet in iOS 11, i would to give a button for that action in my UI so that when the user clicks that button the pdf markup view(refer the pic below) shows up. Thanks in advance
Bhargavi
  • 515
  • 4
  • 14
14
votes
1 answer

'openParentApplication(_:reply:)' has been explicitly marked unavailable here - Xcode 7 Beta

After updating to Xcode 7 beta, I receive the following error message: "'openParentApplication(_:reply:)' has been explicitly marked unavailable here", when running the line of code "WKInterfaceController.openParentApplication" Here is my actual…
Aviv
  • 183
  • 1
  • 6
13
votes
1 answer

Show memory indicator on Android Studio 4.1 Beta is missing

I am using Android Studio Beta 4.1, and I realised the "Show Memory Indicator" link checkbox is missing in Preferences -> Appearance & Behaviour -> Windows Options Any idea why?
Minki
  • 934
  • 5
  • 14
13
votes
1 answer

Transformed beta regression in python

Has anyone tried implementing beta transformed regression python? It is used to model values that lie between 0 and 1 and has a distribution with heteroskedasticity ineherently present. Essentially you first transform the dependent variable to a…
user8947896
  • 131
  • 1
  • 5
13
votes
2 answers

Determine environment Google Play (production, beta, alpha)

Is it possible for the app to determine in what environment of Google Play the app is released? I want to know if the app is located in the alpha, beta or production channel so i can use different API urls for each of the environments, like so:…
AuStrike
  • 421
  • 1
  • 5
  • 19
13
votes
1 answer

How to enable automatic updates for alpha/beta testers at Google Play Store

I have configured the alpha/beta tests at the Google Play Store. New Google Group has been created for that purposes and required users were invited and joined the group. When new update is available users have to go by the alpha/beta link to…
Mando
  • 11,414
  • 17
  • 86
  • 167
12
votes
3 answers

Android 11 - Wireless ADB Pairing - Windows machine

On Pixel 2 I have android 11 beta version running. The wireless adb pairing works fine from a Ubuntu machine to my phone but it fails from a Windows machine with following message error: unknown host service General steps: Dev Options > Wireless…
Musa Biralo
  • 479
  • 1
  • 5
  • 16
12
votes
3 answers

Xcode beta 6 errors

To anyone who is having similar issues in Bata 6. I solved it by deleting the content in /Users/[your username]/Library/Developer/Xcode/DerivedData as can be seen in this post Suddenly getting compiler crash "arrayForceCast" in Swift XCode beta…
sachaservan
  • 121
  • 1
  • 4
12
votes
3 answers

Deploying Beta software updates and Sparkle

My application uses the Cocoa Framework Sparkle to deploy updates. I don't usually deploy beta's of my software but for my next update, I feel like I need to. My question is what is the best numbering strategy for deploying a beta using Sparkle. For…
Ian Turner
  • 1,363
  • 1
  • 15
  • 27
1 2
3
47 48