grpc-ios
grpc-ios copied to clipboard
gRPC for iOS
Native source sync at revision @495faef
Hello, As we approach the upcoming spring and the anticipated implementation of the [Privacy Manifest](https://developer.apple.com/support/third-party-SDK-requirements/) by Apple, it's crucial to ensure that your SDK fully complies with Apple's requirements. Does...
Test convert native as a git submodule. This should help us avoid keeps copying grpc code over, in the mean while keep the change logs and tags.
The default message size is capped at 4MB but I need to be able to download files up to 15MB big. There are two ways to increase this limit but...
Exclude non-CFStream build source from gRPC C-Core and support build-time configuration of CFStream/Non-CFStream iOS build in Cocoapod, SPM and Bazel
Exclude xDS from Cocoapod and SPM build which are not currently used by gRPC/iOS. Similar exclusion has been applied to bazel-based build configurations (https://github.com/grpc/grpc/blob/73ea66d8ee54076bca12af7f6145d9ff4bccf21a/BUILD#L83)
Our [CFStream test suite](https://github.com/grpc/grpc/tree/master/test/core/iomgr/ios/CFStreamTests) currently have a few issues that need to be improved * Test hangs and keep retries until timeout if test failure * Async test logic is...
Umbrella task tracking first release of gRPC v1.50.x from gRPC-iOS repo for both SwiftPM and Cocoapod. cc @HannahShiSFB
Bumping minimum iOS support version from 9.0 to 11.0
Looks like our existing [CronetFramework](https://cocoapods.org/pods/CronetFramework) pod only contains x86_64 and i386 but are missing device archs (arm64, armv7). This one tracks adding the missing archs to the pod ```bash $...