Posts

Post not yet marked as solved
0 Replies
374 Views
I'd love to report more bugs, but having to include a sysdiagnose with every bug makes it impossible. If you make it difficult to report bugs, you'll get less bugs, but that doesn't seem like the goal Apple should be shooting for here. Used to be you could submit a feedback without one, but the tool currently makes this impossible. I have a SwiftUI layout bug in iOS 14 beta 2. I created a sample project that demonstrates the issue, but I can't upload it without a sysdiagnose. I'm on slow DSL at home (about 80k/sec upload max), and it's seems to be impossible for me to upload it. I've tried - Feedback Assistant runs for over an hour uploading and then fails. Apple should make it as easy as possible to report bugs. If you need more information to reproduce it, ask, but the current process is just discouraging developers from reporting bugs.
Posted
by stevex.
Last updated
.
Post not yet marked as solved
3 Replies
2.0k Views
I'm sending a sandbox receipt to https://sandbox.itunes.apple.com/verifyReceipt and the response I'm getting back has the expires_date in milliseconds.My request is a POST with body:{ "receipt-data": "...", "exclude-old-transactions": true, "password": "..." }And the response includes:"receipt": { ... "expires_date_formatted":"2019-05-08 18:37:12 Etc/GMT", "expires_date_formatted_pst":"2019-05-08 11:37:12 America/Los_Angeles", "expires_date":"1557340632000", "transaction_id":"1000000526017377", "is_in_billing_retry_period":"0" ... }The expires_date property is documented as RFC 3339 (here).What should I do for parsing this? I've seen other receipts that have a proper RFC 3339 date so I don't know if I need to be able to handle both or if this is a temporary problem?Thanks-- Steve
Posted
by stevex.
Last updated
.