0

does anyone know how I can verify that the huawei health application is installed on an IOS device using swift? I haven't found a way.

  • Easiest way is to probably just ask the user - "hi do you have the Huawei Health app installed?" – aheze Jan 21 '22 at 19:45

1 Answers1

1

iOS has very strong security protections - every app is sandboxed and so you have no way of automatically checking whether a user has the app without some kind of permission on their part.

Your best bet would be to use a universal link to link them to the Huawei health app, but I don't think you will have a way of verifying the link works.