particle-iot / particle-android

Particle Open Source for Android
Apache License 2.0
37 stars 38 forks source link

feature/user service agreements #107

Closed jensck closed 1 year ago

jensck commented 3 years ago

This adds user service agreement support to the SDK, plus some extension functions & properties which simplify the business logic for determining if the user has hit the device limit or not

monkbroc commented 3 years ago

@jensck I added another commit with a small tweak to the SIM activation retry logic. We'll be changing the HTTP status code for SIM activation timeout to 408 so both 504 and 408 should be retried. I'll take care of testing this when the app is out as there is no way to trigger this behavior yet.

jensck commented 3 years ago

Forgot to actually push the non-SDK parts; those bits are now available here for review.