Minor issues with the Android docs

  • 22 December 2021
  • 1 reply
  • 24 views

Badge +1

I’m not sure the best place to send feedback regarding the docs, but I’ve been following along and implementing the various SDK’s and noticed a few things that might need to be fixed.

 

https://docs.revenuecat.com/docs/user-ids#provide-app-user-id-after-configuration

@NotNull should be changed to @NonNull

 

https://docs.revenuecat.com/docs/configuring-sdk#initialization

v6.4.1 doesn’t seem to take a PurchaseConfiguration.Builder instead:
Purchases.configure(this, "mykey");
​​

 

It’s been a fairly smooth sailing following the docs and getting things implemented otherwise. If there is a better place to post feedback about the docs let me know.


1 reply

Userlevel 6
Badge +8

Hey @mcfarljw!

Thanks for the heads up- the initialization snippets were updated recently to be relevant for the new 5.0.0 beta which includes Amazon support, but it’s definitely misleading since the current version doesn’t use a Builder.

 

We’ll work on getting these things updated!

Reply