Android Wear 2.0 - Getting location from iPhone -


i'm developing android wear 2.0 app , i'm paired iphone. i'm using fusedlocationprovider fetch location can't seem location.

is possible?

if not, how can know if i'm connected iphone fallback watch gps?

thank you.

ok, i've found happening.

we should indeed use flp location when connected iphone. make sure allow access location android wear.

you can allow following this:

  • settings > privacy > location services (must on) > android wear > allow location access always

Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -