HQAnime / AnimeGo-Re

An unofficial app for gogoanime
MIT License
91 stars 3 forks source link

Publish .ipa release? #46

Open Johnny5sword opened 1 year ago

Johnny5sword commented 1 year ago

Hi!

It would be great if the .ipa is available so iOS users can sideload this app using Altstore(iOS 12.2+) or Sideloadly(iOS 7+).

Unfortunately, I can't compile it myself because I don't have a Mac or know others who have one.

If it is released, I also hope it retains compatibility with iOS 9.3 because it's the last OS version available for my device. Thank you!

HenryQuan commented 1 year ago

Hi, I never considered sideloading since I can load anything. This might be a good way to distribute to end users. Unfortunately, Flutter doesn't support iOS 9 anymore. The minimum supported version is now iOS 11, see supported-platforms. Flutter recently dropped all 32 bit devices.

Johnny5sword commented 1 year ago

I see. That's too bad about iOS 9 and 32 bit device support.

It looks like Flutter SDK versions 2.10.5(Stable), April 2022 and 2.13.0-0.4.pre(Beta), May 2022 were the last releases to support arm7v 32-bit iOS such as my version of iOS 9 based from this document.

Anyways, thanks for the explanation.

HenryQuan commented 1 year ago

No worries, I am working on a new version to have better tablet, foldable and desktop support. I am still finding a good solution to make it run on desktop. I was mainly using my Windows machine so I forgot to build for iOS. I am switching to my mac now so I can build for both Android and iOS.