Len
Len
@cowgp thanks! Rewrote your version to swift 2.0 ``` func polygonCircleForCoordinate(coordinate: CLLocationCoordinate2D, withMeterRadius: Double) { let degreesBetweenPoints = 8.0 let numberOfPoints = floor(360.0 / degreesBetweenPoints) let distRadians: Double = withMeterRadius...
No resolve for this still? Facing the same problems with 10 & 11. Adding the ACTIVITY_RECOGNITION in the manifest and `HealthData.prototype.permissionsNeeded` doesn't resolve the issue. Even if you set the...
No one with any solution? I made the mistake of putting this in a production live app...
``` const link = ApolloLink.from([ new MultiAPILink({ endpoints: { exchange: config.public.api, trade: config.public.apiTwo, }, createHttpLink: () => createHttpLink(), httpSuffix: "", defaultEndpoint: "exchange", getContext: (endpoint) => { if (endpoint === "exchange")...