Code signing for distribution issues
I've tried so many things here. I currently have a working provisioning file and certificate working in Xcode. But when it comes to building in Xamarin, something is amiss. I have a valid iPhone...
View ArticleAndroidGameView.Pause without losing GL context
Currently it always loses GL context when paused, but it's not necessary to do so in all cases. Some gpus will support multiple EGL contexts. I'm part of the MonoGame team and have implemented...
View ArticleDropbox for Android
Is there a Dropbox SDK available for providing Dropbox capabilities on an Android app - using C# and VS2010? Andrew
View ArticleConfusion with Editions of Xamarin (business vs indie)
Hi there, I am a little confused about the difference between Indie and Business. To be truthful business edition is out of my reach, I am single developer not a company. It appears the difference...
View ArticleError accessing deviceToken when registering for push notifications (iOS 7.0.6)
I am following the sample code pretty much verbatim. (It seems the hardest part of Push Notifications is the whole cert/provisioning thing). In my FinishedLaunching method I've included:...
View ArticleStart an intent from another class.
Hi, The line below works in Eclipse, but I'm having trouble converting it to C# Any help is appreciated and welcomed. Intent i = new Intent(context, viewLoader.class); The viewLoader class extends the...
View ArticleIntent get bundle extras
Hello, I have an activity which is registered to accept intents for media capture. The intents are coming in with bundle extras like this {Bundle[{output=file:///storage/emulated/0/chatTemp/temp}]}...
View ArticleNative Social Login or FB
Is is possible to do a Native Facebook login in xamarin? It looks like Xamarin.Social and the components don't do that now. The component pulls up a login web page in a browser view. You have to login...
View ArticleHow can I change polyline color/width using Google Play Services
I'm having issues changing color/width of a polyline I'm creating using the Google Play Services Rev 12. Here's a simplified code I'm using var options = new PolylineOptions(); // at this point I can't...
View ArticleOverlay a layout on an application outside of the main application.
Hi, Is it possible to inflate a view or dialog box on top of an application that is not the main application? For example: My current app triggers whenever an outgoing phone call is attempted. Is there...
View ArticleOverride the default outgoing call screen.
Hi, I'm trying to override the default outgoing dialer application, and replace it with my activity. I've already got my receiver working and responding properly when an outgoing call is made, but I...
View ArticleWe just open sourced Stampsy.Social, a small library on top of...
Hey folks, I wanted to share with you that we're open sourcing something today. This library is not quite polished or documented, but I'm sure some may find it useful. Stampsy.Social is library on top...
View ArticleRSS reader examples?
Hey guys! I'm new to Xamarin but from what I've seen it seems like a pretty powerful tool. I must admit that I'm a little surprised that I haven't seen any examples of an RSS readers out there. The...
View Articleany solution for black screen when running your app a second time in ios...
I have a bug since mid january where deploying a second time my app in the simulator using CTRL-F5 will deploy then start the app, but with a black screen. The solution is to kill the app in ios and...
View ArticleDebugging exceptions and breakpoints is problematic
See attachment. Messages are often off the screen or even worse, like this pointing nowhere. Clicking on the 'show details' doesn't do anything. Rebuilding fixed this at times, but it's a pain. The off...
View ArticleMistake in 7.2 release notes
It states that xcode 5.1 internal changes were added and that the AppStore(ios) requires the latest version to deploy. This is not wholly true. In fact I deployed 2 days ago with 4.6 via xcode ( the...
View Articlepossible to get contacts and numbers?
i need it on a project , is there sample of get contacts?...
View ArticleSlidingMenu direction
Hi, Im using the SlidingMenuExample by Jeremy Feinstein and wonder if I can use it to slide to the next form in the other direction. I want to slide from right to left.
View ArticlePublishing application error
I generate my app by clicking "Publish Android Application" I suddenly started getting the following message Warning "No-or-tsa tsacert is provided and this jar is not timestamped" And when I install...
View Article