The org profile at APN-Network/.github (profile/README.md) lists three clients under "Download our client" — macOS on App Store, Android on Google Play, Android on Huawei AppGallery. But this repo's README opens with "APN is a VPN service with a native Android client" and lists only the two Android stores, and auth.proto in APN-Network/protos defines marketplace codes only for G (Google Play) and H (Huawei AppGallery), with no code for the App Store build.
Closed issues #19, #47 and #97 all pushed toward treating APN as Android-only here, and the tracker's testing checklist is Android-centric (adb logcat, phone/tablet form factors). Meanwhile the App Store bullet on the org profile links to a live listing (id6759260415), so a visitor sees a mac client that this tracker doesn't accept reports for and the protocol doesn't identify.
Fix: drop the App Store bullet from APN-Network/.github/profile/README.md. If the mac client actually ships and testers should be reporting bugs against it, put it back and, in the same pass, add it to this README's "Where to Get the App" section and add an A marketplace prefix to auth.proto's version field.
The org profile at APN-Network/.github (profile/README.md) lists three clients under "Download our client" — macOS on App Store, Android on Google Play, Android on Huawei AppGallery. But this repo's README opens with "APN is a VPN service with a native Android client" and lists only the two Android stores, and auth.proto in APN-Network/protos defines marketplace codes only for
G(Google Play) andH(Huawei AppGallery), with no code for the App Store build.Closed issues #19, #47 and #97 all pushed toward treating APN as Android-only here, and the tracker's testing checklist is Android-centric (adb logcat, phone/tablet form factors). Meanwhile the App Store bullet on the org profile links to a live listing (id6759260415), so a visitor sees a mac client that this tracker doesn't accept reports for and the protocol doesn't identify.
Fix: drop the App Store bullet from APN-Network/.github/profile/README.md. If the mac client actually ships and testers should be reporting bugs against it, put it back and, in the same pass, add it to this README's "Where to Get the App" section and add an
Amarketplace prefix to auth.proto's version field.