Patrick Prioletti

Results 16 comments of Patrick Prioletti

I am also seeing this issue, I've verified that there is data in Apple Health but no data is being returned for the specified timeframe

Has there been any movement on this? I'm confused as to why there is documentation describing how to implement Apple Sign In with Amplify while every preliminary discussion I've looked...

@jadechip I was able to implement following the docs, however, If you have an existing iOS project you will need to generate new provisioning certificates, may be different process if...

> @pjsandwich any specific docs you followed for this? https://docs.amplify.aws/lib/auth/social/q/platform/react-native/#oauth-and-federation-overview and select Sign in with Apple. If you have an existing app, you won't need to create some of the...

I have noticed the following behavior in addition to the above described behavior. I currently am sharing read permissions for HeartRate, RestingHearRate, SleepAnalysis, and ActivitySummary. Here is my request: ```...

I had this issue and editing the node module didn't work, but deleting `node_modules` and `package.lock.json` or `yarn.lock` abd then re-installing packages magically fixed this for me. I should say...