gallery icon indicating copy to clipboard operation
gallery copied to clipboard

iOS Build and Sign GitHub Action

Open zs-dima opened this issue 4 years ago • 9 comments

Could be nice to add iOS Build, Sign and Publish to Apple Store GitHub Action example the same as Android example:

https://github.com/flutter/gallery/tree/master/.github/workflows

zs-dima avatar Sep 16 '21 18:09 zs-dima

Thanks for the suggestion @zs-dima. Unfortunately, we've run into issues in the past with trying to publish the gallery to the app store. According to Apple, it does not fit within the app store guidelines, so we've been unable to publish it there.

It should be pretty straightforward to build on iOS locally as an alternative. Sorry for the inconvenience!

rami-a avatar Sep 16 '21 19:09 rami-a

@rami-a it could be nice to add build with signing at least as example for developers

zs-dima avatar Sep 16 '21 19:09 zs-dima

It is nice example project, but it looks incomplete without building iOS example .

zs-dima avatar Sep 16 '21 19:09 zs-dima

I see. @guidezpl is that something we could add?

rami-a avatar Sep 16 '21 20:09 rami-a

That's not a bad idea, I'll keep this issue open. In case anyone is looking for instructions, see https://flutter.dev/docs/deployment/cd#fastlane

guidezpl avatar Sep 17 '21 07:09 guidezpl

@guidezpl thanks a lot I do not sure fastlane the best solution for the GitHub actions, at least you do not use it for Android. But will be glad to see sample implementation.

zs-dima avatar Sep 17 '21 09:09 zs-dima

We do, actually https://github.com/flutter/gallery/blob/master/.github/workflows/deploy_play_store.yml#L16 and https://github.com/flutter/gallery/blob/master/android/fastlane/Fastfile

guidezpl avatar Sep 17 '21 09:09 guidezpl

Hi I just had a request to have on a iOS version of the app I work, a Done and Return button for a multiline text field. Then I realized that your app does not support iOS, even though your README.md says it does support iOS. Why is that? When will you solve the issues to publish the gallery on Apple Store?

andesappal avatar Feb 10 '22 02:02 andesappal

It supports iOS, it's just not on the app store. We attempted twice but couldn't get the app added to the App Store for reasons in https://github.com/flutter/gallery/issues/548#issuecomment-921174157

guidezpl avatar Feb 10 '22 09:02 guidezpl

Thanks everyone for the discussion, it would have been nice to implement this. We're unlikely to be able to set this up, but there are many great platforms that provide support for this now. Some are mentioned or documented at https://docs.flutter.dev/deployment/cd. There's many other useful resources online now as well!

parlough avatar Jan 13 '24 05:01 parlough