This adds the billing client implementation. It is currently limited to one-time purchases. Due to issues with the connectivity state, disconnect is disabled.
To test this, you need to use the fullBeta version of the TB app and ensure that it's changed to debuggable = true and signed with the release key. Ensure that the account used for the play store app is the same as registered in the licence testing group.
I'm not happy with the current solution, but given the time constraints, it is in a should work state.
This adds the billing client implementation. It is currently limited to one-time purchases. Due to issues with the connectivity state, disconnect is disabled.
To test this, you need to use the
fullBeta
version of the TB app and ensure that it's changed todebuggable = true
and signed with the release key. Ensure that the account used for the play store app is the same as registered in the licence testing group.I'm not happy with the current solution, but given the time constraints, it is in a should work state.
Resolves: #8162