Software development phase where the application is considered "feature complete" but still may have numerous bugs and usability issues.
Questions tagged [beta]
708 questions
11
votes
3 answers
How do I use next auth getServerSession in next js 13 beta server component in app directory
I'm using next auth v4 with next js 13 beta with server component, and everything works fine. But I have a situation where I will need to know the logged user id, since I'm using next auth, I have access to the session, I can use useSession() but…

Shakib Hasan
- 231
- 1
- 1
- 8
10
votes
1 answer
How to release a beta version of a crate for limited public testing?
I want to carefully release a new version of a crate to give users a chance to test it first. How can I release it to crates.io as a "beta"? (similar to how npm has @next tagged releases).
It's not supposed to be a breaking change, so I'm not going…

Kornel
- 97,764
- 37
- 219
- 309
10
votes
2 answers
gcloud beta pubsub subscriptions pull format
Quick question:
When I pull message from pubsub subscription via command line tool
gcloud beta pubsub subscriptions pull MY_SUB
I am getting a table with (all details and) data as string (already decoded)
But i want to use it so i did:
gcloud beta…

Uda
- 103
- 1
- 7
10
votes
4 answers
iOS 10: Apple transport security "exception domains" no longer working
I'm using iOS 10 beta 8, Xcode 8 beta 6.
Regarding Apple Transport Security (ATS) I'm finding that using "exception domains" isn't working in iOS10, but "allow arbitrary loads does". Anyone else confirm?
(I've removed the domain name from the…

Nostradamus
- 1,497
- 3
- 20
- 34
10
votes
1 answer
Binary operator '&&' cannot be applied to two Bool operands
I recently updated Xcode to the new 7.0 beta.
I did the migration with the assistant but there are a few more issues.
func saveContext () {
if let moc = self.managedObjectContext {
var error: NSError? = nil
if moc.hasChanges &&…

Luke Pistrol
- 1,199
- 3
- 12
- 26
10
votes
2 answers
Where Did the Protocols Go
In the new Xcode 6 beta, I attempted to make an Objective-C protocol. To my dismay, when I clicked Create New File, the protocol template we all knew and loved from previous Xcodes was gone.
I thoroughly scoured the entire Create File menu to no…

Brian Tracy
- 6,801
- 2
- 33
- 48
9
votes
1 answer
Fabric Beta versus Apple TestFlight for iOS beta app distribution?
What are the advantages/disadvantages of using Fabric's Beta kit versus Apple's TestFlight service for beta iOS app distribution? When and why would you choose one over the other?

Derek Soike
- 11,238
- 3
- 79
- 74
9
votes
3 answers
if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
I am using UIImagePickerController with Camera type. When I first opens the image picker controller it works fine, But after open the image picker vc, when i rotate the device, It shows the "[App] if we're in the real pre-commit handler we can't…

shivam
- 1,148
- 1
- 12
- 28
9
votes
1 answer
How do I install xCode command line tools? How to install Xcode 9 beta along with xCode 8?
Are the tools available? I have an apple developer account and I have Xcode 9 beta downloaded which I got from https://developer.apple.com/download/.
Are Xcode 9 developer tools out?

Evan Conrad
- 3,993
- 4
- 28
- 46
9
votes
3 answers
Not able to begin "External Testing"—iTunes Connect resets to "Not available for testing"
I have my external testers setup, my build uploaded and "Ready to test," and when I click "Start testing" on the iTunes Connect "External Testing" page, everything appears to be fine.
However, when I reload the page, my build has been unselected and…

Rogare
- 3,234
- 3
- 27
- 50
9
votes
5 answers
Is it possible to distribute an unfinished iOS app for closed-beta tests using Apple Store?
We'd like to do some closed-beta tests of our app using App Store.
We know about the ad-hoc way, but it needs testers' UDIDs to be gathered upfront and embedded in the provisioning profile, which isn't ideal, because we'd like to avoid asking 100…

Michał Fronczyk
- 1,859
- 4
- 24
- 29
8
votes
2 answers
Private beta test communication and infrastructure
So your commercial app is in the middle stages of development.. enough that it's usable but still needs refinement, extension, bugfixing. It's far from shippable, but it's stable and complete enough that your developers and in-house testers/users…

SPWorley
- 11,550
- 9
- 43
- 63
8
votes
2 answers
Trigger UNNotificationServiceExtension on Simulator via Xcode 11.4 push feature
Xcode 11.4 (beta) allows developers to trigger push notifications on the simulator.
I'm currently doing this via command-line using:
xcrun simctl push [device] [my.bundle.identifier] payload.apns
However I also have some…

Jerrot
- 318
- 1
- 13
8
votes
1 answer
Vapor 3 Beta Example Endpoint Request
I am trying to find a simple example of how inside a router a person would send a request to the vapor sample endpoint http://example.vapor.codes/json, receive a response and map it to a struct or class.
I've seen examples elsewhere for Vapor 2 but…
user3612973
8
votes
1 answer
Component simulator list empty Xcode 9.1 beta
The list of the simulator to download and install is empty.
I deleted Derived cached data but still empty. Is it normal ? is there a workaround to install manually simulators ?
Image of the empty list simulator in component setting

marcoucou
- 83
- 6