cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Xamarin.ios to SMP

Former Member
0 Kudos

Hi,

We have Relay server in our landscape and trying to register device to SMP server.

i have included SAP mobile platform SDK into Xamarin.ios app, but when am trying to connect to smp through relay server like,

URL:https://........................

Headers :-

Content-Type : application/xml

X-SMP-APPCID:

Body:-

<?xml version="1.0" encoding="utf-8”?>

<entry xmlns="http://www.w3.org/2005/Atom"      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"      xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"”>     

<content type="application/xml”>

<m:properties>   

<d:DeviceType>iPhone</d:DeviceType>     

</m:properties>    

</content>

i couldn't get register device to SMP server.

please guide.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Has any one tried this using Xamarin.ios or .Net c#.

please reply.