GaneshSinghPapola / rn-samsung-health

React Native package to access Samsung Health data using samsung health kit android sdk
The Unlicense
36 stars 18 forks source link

"Please install Samsung Helth" popup is exist after installing the samsung helth application #15

Open ravi2611gupta opened 1 year ago

ravi2611gupta commented 1 year ago

Hello! Currently, I am new to react native, and I and working on a project in which I have to fetch data that is produced by a Samsung watch. That's why I am using this library. Can someone please help me in this project?

ravi2611gupta commented 1 year ago

BTW, I got the solution of this error. We just have to add queries element in our AndroidMainFest.xml file

<queries> <package android:name="com.sec.android.app.shealth"/> </queries>

ravi2611gupta commented 1 year ago

ss

These is a new error of Permissions

emmy7t commented 1 year ago

I'm also having this issue, did you find a solution? @ravi2611gupta