-
Notifications
You must be signed in to change notification settings - Fork 355
Estimote don't work #210
Comments
I have a fix for this if you need it Bob Lautenbach -------- Original message -------- From: homerokzam [email protected] Date:04/25/2014 7:57 AM (GMT-05:00) To: mono/monotouch-bindings [email protected] Subject: [monotouch-bindings] Estimote dont't work (#210) — |
Yes I would. Thank you. |
https://github.com/boblautenbach/Estimote-Binding/tree/master On April 26, 2014 at 8:04:08 AM, homerokzam ([email protected]) wrote: Yes I would. Thank you. — |
I get the below error with your version Bob. error MT5211: Native linking failed, undefined Objective-C class: |
I will check it again. Bob Lautenbach -------- Original message -------- From: snehithvelma [email protected] Date:05/03/2014 10:41 PM (GMT-05:00) To: mono/monotouch-bindings [email protected] Cc: boblautenbach [email protected] Subject: Re: [monotouch-bindings] Estimote don't work (#210) error MT5211: Native linking failed, undefined Objective-C class: — |
I downloaded the zip from my Estimote-Binding repo and opened it it Xamarin Studio. It compiled ok. Do you have all the files listed below in your solution. Also, make sure you have the latest updates from Xamarin -- On May 3, 2014 at 10:41:45 PM, snehithvelma ([email protected]) wrote: I get the below error with your version Bob. error MT5211: Native linking failed, undefined Objective-C class: — |
The error is caused because you are missing the [ProtocolAttribute] on your delegates in the api definition.cs this is required since Xamarin.iOS 7.2.1 look at release notes. This error will show at device build time Enviado desde mi iPhone
|
Ah…thanks. I will update now On May 4, 2014 at 11:32:40 AM, Alex Soto ([email protected]) wrote: The error is caused because you are missing the [ProtocolAttribute] on your delegates in the api definition.cs this is required since Xamarin.iOS 7.2.1 look at release notes. This error will show at device build time Enviado desde mi iPhone
|
Updated on git On May 4, 2014 at 11:32:40 AM, Alex Soto ([email protected]) wrote: The error is caused because you are missing the [ProtocolAttribute] on your delegates in the api definition.cs this is required since Xamarin.iOS 7.2.1 look at release notes. This error will show at device build time Enviado desde mi iPhone
|
Does anyone have a solution to the newest version of Estimote SDK? |
The example does not work with Estimote. The application starts but does not show the message that the app will use bluetooth. Does anyone have an example using the latest version of Estimote SDK? |
Check out the iBeacon mini-hack here: https://github.com/xamarin/mini-hacks/tree/master/iBeacon Here's my solution: https://dl.dropboxusercontent.com/u/38672503/iBeacon%20mini-hack.zip |
Thank you so much. I tested your example and it worked. I changed my code just adding the key NSLocationWhenInUseUsageDescription in Info.plist file and it worked. |
I have full sample app here https://github.com/braneworks/xamarinBeacon On October 28, 2014 at 12:25:51 PM, Mike Bluestein ([email protected]) wrote: Check out the iBeacon mini-hack here: https://github.com/xamarin/mini-hacks/tree/master/iBeacon Here's my solution: https://dl.dropboxusercontent.com/u/38672503/iBeacon%20mini-hack.zip — |
After upgrading to iOS 7.1.1 using the example Estimote is not working!
The text was updated successfully, but these errors were encountered: