Posts

Post marked as solved
1 Replies
951 Views
Will Xcode Cloud report the build status' back to the source control provider? Will it be possible to get any other build results to e.g. Github? Having everything integrated into Xcode is great, but it's often beneficial to have the status or other information outside. E.g. if the source control is set up in a way that it allows merging the pull requests only after there is a passing build or when the code coverage passes certain threshold.
Posted
by kirill.
Last updated
.
Post marked as Apple Recommended
1.2k Views
The documentation notes that Xcode Cloud supports self hosted source control options and how to connect to one. However in an enterprise environment these are often accessible only through the internal network. Is that something Xcode Cloud supports or is it only for source controls accessible publicly? If it's supported is there documentation how to configure that?
Posted
by kirill.
Last updated
.
Post not yet marked as solved
4 Replies
2.3k Views
So the sandbox servers can't verify the receipt generated by the StoreKit testing. Is that something that might change in the near future? I'm failing to see the point of doing client side verification or skipping the verification completely, if there's already server set up for the task. I would also imagine that people would like to test the whole system, not just how the app UI reacts to the state changes.
Posted
by kirill.
Last updated
.
Post not yet marked as solved
0 Replies
257 Views
Hi, is there any other way to run simctl commands before UITests, besides using the "Pre-actions" script? I.e. is it possible to run the commands between the tests to reset states? The resetAuthorizationStatusForResource: was a great addition, but it would also be nice to reset other things, like keychain or deleting the app, which are not available in the API, but exist in the simctl.
Posted
by kirill.
Last updated
.