push-protocol / push-restapi-dart

BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Cannot create sample wallet on MacOS #106

Closed kinga112 closed 3 months ago

kinga112 commented 3 months ago

When using the demo app, creating new demo wallet on MacOS fails.

This request is failing. The api endpoint returning null, but it is working on web. final result = await http.post(path: '/v2/users', data: data);

kinga112 commented 3 months ago

When adding support the MacOS, the following is required in DebugProfile.entitlements and Release.entitlements

`

com.apple.security.network.client

`