Meteor.isClient only work when I first open the app

Meteor.isClient only work when I first open the app.And when I suspend(IOS:home) the app and reopen the app,Meteor.isClient will not be trigger? so some code will not be ran. What should I do if I want to run some code when I open the app every time?