GPS does not update in watch app.

I'm trying to create a small app that need to get the postion in real time. It's work on the simulator but when i try it on my watch, the position module does not work : the Position.getInfo() command just give me a position that dates from my last garmin running activity and note the current one.

I use Position.getInfo()  in the onUpdate() function, should I do otherwise?