From: Sascha H. <sa...@xm...> - 2012-05-23 20:09:06
|
You could cross-compile the code, but the underlying API is of course different. As far as I know, nobody as worked on mapping C2DM to iOS. So what you would need to do is create an implementation of C2DM for iOS. Check the history of this list for some information on how to do this. Essentially you will create a compatibility library and you tell XMLVM to use yours instead of the automatically cross-compiled C2DMA API. We already have quite a bit of Android API in our code base, but it is a bit outdated. So C2DMA is probably not in the yet. // Sascha On Wed, May 23, 2012 at 12:50 PM, Mohamed Hafez <moh...@gm... > wrote: > Hi, I have an Android app that uses the C2DM push notifications. If I > used xmlvm to compile an iphone app, would it be able to cross-compile > that? If not what are the steps I would have to go through to make > that work? Is there a list somewhere of features that are and are not > cross-compilable? > > Thanks! > Mohamed > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |