Andrew Zheng

Results 60 comments of Andrew Zheng

@PatrickJacquemont try creating a new markdown file somewhere in your repo (make sure you're on the `GitHubPages`) branch, then see if it shows up at the url. If that doesn't...

@PatrickJacquemont I think once you submit your app update and it gets approved, it will show up. The same happened to me. I don't know if there's any other way...

Sorry for the late response. This might help: https://github.com/alfianlosari/AppClipCodeGenerator, but @pot2mayo have you found a solution of your own?

Yeah me neither. I kind of gave up with App Clips. When I need them again I'll probably file a developer support ticket with Apple and post the results here.

@kirill3333 yeah, that's because I haven't actually uploaded the sample app to App Store Connect. If you go to https://getfind.app/ then the app clip header should show up.

I'll update the README to be more clear.

@MichaelHuyp I ended up just presenting this normally, with `present(_:animated:completion:)`.

Indeed, when I was making this template I ran into the exact same problem, hardcoding a padding of `1.8`... ![Screen Shot 2022-06-06 at 9 10 29 PM](https://user-images.githubusercontent.com/49819455/172294238-149bf505-d01e-481d-a2d2-c98bf9984056.png) Not sure what...

Hmm, good point. Should it be `.black` instead? I can also make it a `static var` so you can change it

Interesting. Are you running iPadOS 15? This might be because of some new multitasking sheet behaviors that Apple added. I'll look into it.