Age verification

Open
#1,338 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
android, csharp
Domain
mobile-dev

Research direction

Start with the Xamarin.Google.Android.Play.Age.Signals 0.0.1 binding and reproduce the issue using AgeSignalsManagerFactory.Create, AgeSignalsRequest.InvokeBuilder().Build(), and CheckAgeSignals on Android 13. Done means determining whether the -1 error and UnsupportedOperationException are caused by this binding version and documenting the repository-supported outcome.

Written by the indexing model from the issue text.

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

Dominant language
C#
Stars
318
Forks
73
Avg merge
2d 6h
Merged PRs (30d)
10

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/android-libraries

All issues in dotnet/android-libraries

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.