Sakhabaev Egor
Sakhabaev Egor
@huri000 Hello! Here is a sample project [EntryDemo.zip](https://github.com/huri000/SwiftEntryKit/files/3103632/EntryDemo.zip)
Hey, have you had a chance to consider this issue? Thank you!
Any news here? The same issue...
I have opposite case: getting "Successfully finished processing the build" right after upload: ``` [02:24:13]: Successfully uploaded the new binary to App Store Connect [02:24:13]: If you want to skip...
Any news here? The problem is when deliver create new version, it doesn't take appClipDefaultExperience from previous version.
@lkzhao is there any solution now? I have collectionView with 2 providers: First is info Cell, the second cell is Video cell (webview/player). ``` ComposedProvider(layout: RowLayout().insetVisibleFrame(by: visibleFrameInsets), sections: [infoProvider, videoProvider])...
In my case, where I have only 1 cell in each provider I can update cell in cellUpdater if there is no link before: ``` let cellUpdate = { (cell:...
Yeah, i’ve already changed my code to like yours. Thanks.
-0size doesn't help. It reduced app clip size from 9.4 mb to 9.3 mb) Would't like to use a proxy for the grpc in App Clip, but grpc integration increases...
Tried switch from SPM to Cocoapods and AppClip uncompressed size increased from 9.4 mb to 11.5 mb 😨 If change `use_frameworks!` to `use_modular_headers!` uncompressed size will be 8.4 mb.