dotnet / dotnet/android-libraries
Age verification
- Dominant language
- C#
- Stars
- 317
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 17
Description
### Description
Update library Xamarin.Google.Android.Play.Age.Signals to version 0.0.1.
returns error code -1 and java.lang.UnsupportedOperationException: Not yet implemented.
### Steps to Reproduce
1. The project is ruuning on net10.0 and Xamarin.Google.Android.Play.Age.Signals version 0.0.1.
```
var manager = AgeSignalsManagerFactory.Create(context);
AgeSignalsRequest request = AgeSignalsRequest.InvokeBuilder().Build();
manager.CheckAgeSignals(request)
```
the response back returns error code -1 and java.lang.UnsupportedOperationException: Not yet implemented.
Tested on Android 13 which is fully updated and playsore on latest version 49.2.47-31[0][PR] 845525049
### Link to public reproduction project repository
_No response_
### Version with bug
10.0.0
### Is this a regression from previous behavior?
No, this is something new
### Last version that worked well
Unknown/Other
### Affected platforms
Android
### Affected platform versions
Android 13
### Did you find any workaround?
_No response_
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.