I am trying to develop an application in Objective C using XCode
with SUP 2.1.3
as back end.I am having a number of MBOs
in the back end.Now I am using personalization parameters to synchronise with SUP.
So now I am facing a problem like to retrieve the data from different MBOs
I have to synchronize several times using different personalisation parameters for different MBOs
.So when I am running the application it is taking too much time to synchronize it again and again.What should I do to avoid this?
Can I use any synchronization groups or something instead?
Can anyone please help me in solving this.I am totally new to this technology.
Thank you very much for any help in advance...