I am at present working with the FamilyControls API and testing my app on two completely different gadgets. Each gadgets are in the identical family-sharing community with one telephone being the proprietor of the community (I will name this A) and the opposite one being an grownup in the identical community(I will name this B).
When gadget A picks apps utilizing the FamilyActivityPicker, it shares that choice with gadget B (through encoding, sending over community, and decoding on gadget B). Nonetheless, interacting with the tokens from that choice on gadget B (displaying it, utilizing it in defend) throws an error saying the token is null.
From the documentation, I believed each token could be the identical throughout all gadgets within the household sharing community. So my query:
-
How do I ship the FamilyActivitySelection from A to B and have the tokens nonetheless be practical?
-
Does this performance solely work if A is a “mother or father” and B is a “youngster” within the household sharing community?
From the documentation, I believed {that a} token from one gadget in a household sharing community would work for everybody within the community.
Additionally, facet word: If I reverse the method and ship the tokens from B to A. Interacting with the token on gadget A works precisely as anticipated. For some cause, it is solely going from A to B the place it would not work.