In the App42 sample I have the below code which works fine with my device.But I am not able to send push notification to other devices as gmail ID is hardcoded in my code.Do we need to change just the gmail ID or the project No which Util.registerWithApp42 needs to be changed for each device.
App42API.initialize(
this,
"dsfsdff345345gdfgdfgdfgdfgf",
"fsdfssssssssssssss);
App42API.setLoggedInUser(gmail) ;
Util.registerWithApp42("34534534534543");