grpc-ios icon indicating copy to clipboard operation
grpc-ios copied to clipboard

gRPC for iOS

Results 65 grpc-ios issues
Sort by recently updated
recently updated
newest added

Native source sync at revision @495faef

area/automation
kind/bot

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

area/c-core
area/cocoapod
area/spm
area/cfstream
area/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)

area/cocoapod
area/spm

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...

area/cocoapod
kind/test
area/cfstream
area/bazel

Umbrella task tracking first release of gRPC v1.50.x from gRPC-iOS repo for both SwiftPM and Cocoapod. cc @HannahShiSFB

area/cocoapod
kind/release
area/spm

Bumping minimum iOS support version from 9.0 to 11.0

area/cocoapod
kind/release
area/spm

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 $...

area/cocoapod
area/cronet
kind/release