Here's the overview.
I need to add push notification to an iPhone app. Server side is ASP.NET in c#.
What I would like is some coaching to work through the process. I will then post generic code for an …
How would I create and write to a file in a Monotouch iPhone app?
The file should persist between application launches, so I guess it has to be placed somewhere in the App bundle ( documents or resources?).
I am currently writing a game using the fantastic monogame framework. I am having trouble reacting to touch input correctly. When a user drags horizontally or vertically I want to perform an action once per drag. The problem is the …