first, i checked the running with the test senderId.
var senderId = '00000001';
ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);
then it was changed to the senderId that was actually used.
var senderId = '00000002';
ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);
but, it did not work.
Because the senderId has not changed. (still old credentials link)
of course, i can delete the config and solve them.
however, i believe that changing senderId should be easier for various situations.
what do you think about this?
first, i checked the running with the test senderId.
then it was changed to the senderId that was actually used.
but, it did not work. Because the senderId has not changed. (still old credentials link) of course, i can delete the config and solve them. however, i believe that changing senderId should be easier for various situations. what do you think about this?