| Ok, binding works perfectly. I tried with Xamarin on IOS and Android. Unbinding also works fine. Results of mobile CLI and the web console (mobile app config json) is identical. Can't tell if this JSON is all the necessary stuff to connect a mobile app to UPS though. Assuming necessary bits are there. e.g.
{ |
"version": 1, |
"clusterName": "https://192.168.42.199:8443", |
"namespace": "aaa", |
"clientId": "myapp-xamarin", |
"services": [ |
{ |
"id": "ups-secret-myapp-xamarin-4pcho", |
"name": "ups", |
"type": "AeroGear Unifiedpush Server", |
"url": "https://ups-aaa.192.168.42.199.nip.io", |
"config": { |
"android": { |
"senderId": "FCMProject", |
"variantId": "4ce60e37-046a-4b14-b6c5-b17539b955c8", |
"variantSecret": "cadfe82e-5529-4c12-9242-5992aaf6a238" |
}, |
"pushServerUrl": "https://ups-aaa.192.168.42.199.nip.io" |
} |
} |
] |
}
|
Peter Braun could you confirm the config above? Peter Braun btw, this is better :
cat <cert.p12> | base64 --wrap=0 | pbcopy
|
|