Bradley-B / ScavengerHuntAndroid

Create and play your very own scavenger hunts!
0 stars 0 forks source link

Geofences Can't Have The Same Name #13

Open Bradley-B opened 5 years ago

Bradley-B commented 5 years ago

We use the geofence's name as the request id, so more than one geofence can't share a name.

Bradley-B commented 5 years ago

This applies to all clues, not just geofences, since they are solved based on their name.

Bradley-B commented 5 years ago

Fixed in the 'sharing' branch, where there are solved by UUID and not by name.

Bradley-B commented 5 years ago

ClueViewActivity still gets the triggering cllue based on a name extra