Posts

Post not yet marked as solved
1 Replies
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???
Post not yet marked as solved
11 Replies
Same here, can not change my campaigns and Apple keeps charging me. Reached out for Help 8 days ago, but no response yet. This is not acceptable!
Post not yet marked as solved
11 Replies
With the Darksky API, it was possible to get hourly historical weather data of 50 years back. I am struggling with getting the same from the Weatherkit API. Is there an example call that provide e.g. the historical hourly weather data on a specific location, and a date of e.g. 20 years back?
Post not yet marked as solved
19 Replies
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"}
Post not yet marked as solved
6 Replies
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"}
Post not yet marked as solved
8 Replies
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"}
Post not yet marked as solved
11 Replies
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.. :(
Post not yet marked as solved
16 Replies
Hi , Same behavior here... My app gets about a thousand downloads per day. On Dec 28th, there were suddently 90.000 downloads from "Institutional Purchases". See screenshot. It didn't see any abnormal change in the analytics though... What is this?
Post not yet marked as solved
23 Replies
We have a similar problem with notifications not being received when the app is suspended or in the background.The Remote Notifications background mode is on, and all worked w/o issues in previous iOS-es...