Saurabh-vegans

Results 7 comments of Saurabh-vegans

> Hey, in case it's still needed I was able to solve that problem. I put in '.translatesAutoresizingMaskIntoConstraints = true' and that fixed it for me. Everything stays in its...

> Here is suggestion amazon chime team can do > > 1. zip `AmazonChimeSDK.xcframework` to `AmazonChimeSDK.xcframework.zip` and `AmazonChimeSDKMedia.xcframework` to` AmazonChimeSDKMedia.xcframework.zip` > 2. upload to your s3 and figure out its...

Thanks @peacekimjapan It worked for me too after I added both SDK in targets like this products: [ .library(name: "AmazonChimeSDK", targets: [**"AmazonChimeSDK", "AmazonChimeSDKMedia"**]) ], @gtakahashi for your reference :)

Hi @zhinang-amazon, I saw that new version supports cocoa pods now. eagerly waiting for SPM support as I wanted to add it as a dependency in another swift package.

@zhinang-amazon I tried but is not compatible with my custom SwiftPackageManager which I created as wrapper over main Amazon chime iOS sdk. I can not add Chime iOS SDK as...

@zhinang-amazon It will be better if you upload SDK with ".zip" extension, this way we can include it in custom SPM. Currently its .tar.gz so Swift Package Manager is not...

> Hi @Saurabh-vegans, For creating Search or Admin APIs requests an API_Secret key is needed. That is why it's not available in our client-side/mobile SDKs as exposing this key will...