Hello @VikasCh10
Launch won't allow you to send data to multiple location from one place.
However within the app you can send the data to your campaign directly without using launch.
Your ENDPOINT will be your instance URL
ENDPOINT/nms/mobile/1/registerIOS.jssp?
registrationToken=REGISTERRATION_TOKEN&mobileAppUuid=MOBILE_APPI_ID_FROM_AC&userKey=CUSTOMER_IDENTIFIER&deviceName=&deviceModel=&deviceBrand=&deviceManufacturer=&osName=&osVersion=&osLanguage=&additionalParams=%3CadditionalParams%3E%3Cparam%20name%3D%22deviceId%22%20value%3D%2253%22%20%2F%3E%3C%2FadditionalParams%3E
You can send a GET request to your ENDPOINT with the dynamic variables passed in the parameter. The same method can be used for the androidRegistration.