I am unable to add user for push notification in my android app:
Below is the snippet of code that was provided in tutorial for Android pus notification
!!!!----code---!!!
String Api_key = "40d69f76415ab92de0a85d9eb5fbd667eb79bd9b7d1b37fc8af56fc2352f002d";
String Secret_key = "4a990f005383bad9550d1fec202ccde93e6db1257d9cdf5dd1186a55bd3a6a0a";
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
((TextView) findViewById(R.id.page_header)).setText("Main Activty");
App42API.initialize(this,Api_key,Secret_key);
App42API.setLoggedInUser("hitesh.vinod.jain111@accenture.com") ;
Util.registerWithApp42("starry-app-723");
}
!!!-- code ends here --- !!!
Where m i going wrong please help...
Was asked to pass on the 4 parameters, API key, Secretkey, LggedInAsUser and Goog project Id