Adrenocortico
About
- Username
- Adrenocortico
- Joined
- Visits
- 95
- Last Active
- Roles
- Member
Comments
-
* The string returns "1" in my app and "0" in MetaWear-SampleApp-iOS-master * I use MetaWear R hardware rev. 0.2 with 1.3.4 firmware and I use it in both app * Yes, I've tried to reinstall and to clear cache of my app and the sample.
-
Ok, it returns anyway "1" and if I use the sample app it returns "0".
-
Hi, it's the latest MetaWear 2.10.0 installed via CocoaPod.
-
It makes me happy that you too @stephen do not know exactly why turning off Data Protection did not fix it . Now I have tried replacing the Bundle Identifier in com.adrenocortico.MetaWearAPITest and the app works perfectly. I still do not un…
-
I tried to change ONLY the Bundle Identifier of my app in com.mbientlab.MetaWear test API and finally it works for me: the application doesn't crash anymore. Now I'd like to know why so happens. Has someone an idea?
-
Hi @stephen ! Thanks for the help! I tried to remove the Data Protection but the result has not changed: after a short time, with the iPhone locked, the app crashes. So I tried to create a new app from scratch (without touching the .plist file) us…
-
I've put my code in this gist. Someone could you try to help me? The problem still remain also with the 2.3.2 and it's always the bug: Assertion failed: (success), function __26-[MBLMetaWear synchronize]_block_invoke, file /Users/sschiffli/Code/meta…
-
I've tried to change the frequency of accelerometer but it doesn't work. Can I sent an email to hello@mbientlab.com with the code for a review?
-
If it could be useful, my code crash (when iPhone is locked) when "a" of the if cycle is true, so when the hapticBuzzer starts. [self.streamingEvents addObject:self.device.accelerometer.dataReadyEvent]; [self.device.accelerometer.dataReadyEvent sta…
-
@stephen: I've got iOS 9.3, is this the problem? @stu68: I use both swift and obj-c and my app until last week worked fine.
-
It comes up only when I lock the iPhone. I tried in background unlocked and it doesn't crash. I don't call any function in background (as the iOS sample app). Maybe is there a function for when iPhone is locked?
-
What did you do to resolve it?