Post

Replies

Boosts

Views

Activity

Reply to Search Ads Basic - White / Blank screen
Still no word from Apple. They keep charging my credit card every week, but I cannot edit/change my campaign settings. It has been about 2 months now. Within those two months, I've tried to contacted Apple through the Help screen. I have send 6 requests for help. I always get a standard email back that it takes 3 to 5 business days for Apple to respond, but so far, I have received 0 responses. The first request is already 35 business days ago... Is someone from Apple monitoring this Forum, and can she/he escalate this please???
Jul ’23
Reply to WeatherKit REST API Authentication
Same here... it worked in the betas, but stopped working now that I want to publish :( Weatherkit is enabled in both Capacities, and in the App Services... I have decoded the JWT token and ensured it contains the exact same items as the sample token at https://developer.apple.com/documentation/weatherkitrestapi/request_authentication_for_weatherkit_rest_api { "alg": "ES256", "kid": "3J4F34**24", "id": "KC697SNQ2X.com.caramba.instaweather" } { "iss": "KC697SNQ2X", "iat": 1437179036, "exp": 1493298100, "sub": "com.caramba.instaweather" } response is {"timestamp":"2022-09-16T18:17:15Z","status":403,"error":"Forbidden","message":"Access Denied","path":"/api/v1/availability/37.323/122.032"}
Sep ’22
Reply to WeatherKit REST authentication errors starting Sept 8th
Same here... it worked in the betas, but stopped working now that I want to publish :( Weatherkit is enabled in both Capacities, and in the App Services... I have decoded the JWT token and ensured it contains the exact same items as the sample token at https://developer.apple.com/documentation/weatherkitrestapi/request_authentication_for_weatherkit_rest_api { "alg": "ES256", "kid": "3J4F34**24", "id": "KC697SNQ2X.com.caramba.instaweather" } { "iss": "KC697SNQ2X", "iat": 1437179036, "exp": 1493298100, "sub": "com.caramba.instaweather" } response is {"timestamp":"2022-09-16T18:17:15Z","status":403,"error":"Forbidden","message":"Access Denied","path":"/api/v1/availability/37.323/122.032"}
Sep ’22
Reply to WeatherKit App Registration
Same here... it worked in the betas, but stopped working now that I want to publish :( Weatherkit is enabled in both Capacities, and in the App Services... I have decoded the JWT token and ensured it contains the exact same items as the sample token at https://developer.apple.com/documentation/weatherkitrestapi/request_authentication_for_weatherkit_rest_api { "alg": "ES256", "kid": "3J4F34**24", "id": "KC697SNQ2X.com.caramba.instaweather" } { "iss": "KC697SNQ2X", "iat": 1437179036, "exp": 1493298100, "sub": "com.caramba.instaweather" } response is {"timestamp":"2022-09-16T18:17:15Z","status":403,"error":"Forbidden","message":"Access Denied","path":"/api/v1/availability/37.323/122.032"}
Sep ’22
Reply to Hourly history with WeatherKit REST API
Same problem here, no way to get the historical data, even though this is advertised. I'm using darksky.net now, which Apple has acquired. Need to port my code to the WeatherKit, and I thought it would be easier with all being on the Apple platform. However, it has has given a lot of headaches so far to try and get everything to work.. :(
Aug ’22