Search found 11 matches

by lilia
2024年 Mar 11日 05:38
Forum: iOS & Android Development
Topic: Notifications Permissions (Android)
Replies: 7
Views: 624

Re: Notifications Permissions (Android)

Upgrading to the version 5.8.1 helped! I was using 5.5.3.
Thank you!

by lilia
2024年 Mar 8日 05:15
Forum: iOS & Android Development
Topic: Notifications Permissions (Android)
Replies: 7
Views: 624

Re: Notifications Permissions (Android)

I don't have POST_NOTIFICATIONS in my application and any other manipulation with notifications. And when I run java example from Github it also asking about notifications permissions. I'll try to investigate it in example more

by lilia
2024年 Mar 7日 05:32
Forum: iOS & Android Development
Topic: Notifications Permissions (Android)
Replies: 7
Views: 624

Re: Notifications Permissions (Android)

It's only thingsmart

by lilia
2024年 Mar 5日 06:33
Forum: iOS & Android Development
Topic: Notifications Permissions (Android)
Replies: 7
Views: 624

Notifications Permissions (Android)

My app asks for Notifications permissions, but I don't request them. It seems like they come from Tuya SDK because if I remove Tuya SDK integrations it won't ask for it anymore.
How can I remove / make app not ask for Notifications Permissions if I don't need it? (It doesn't added by me anywhere)

by lilia
2024年 Jan 26日 04:29
Forum: iOS & Android Development
Topic: Unable to find Bluetooth Device (iOS)
Replies: 7
Views: 965

Re: Unable to find Bluetooth Device (iOS)

As it turned out in my case, I was provided with wrong information and device is Bluetooth Mesh as I figured out by myself. But when I was trying different connection methods from the demo app, I wasn't able to test SIG Mesh scan as there wasn't implemented createSIGMeshWithHomeId method, so I added...
by lilia
2024年 Jan 11日 22:33
Forum: iOS & Android Development
Topic: Unable to find Bluetooth Device (iOS)
Replies: 7
Views: 965

Re: Unable to find Bluetooth Device (iOS)

Ok, so I added another permission (which wasn't mentioned in any documentation) and it fixed warnings mentioned above, but it still can't find the device and doesn't trigger didDiscoveryDeviceWithDeviceInfo <key>UIBackgroundModes</key> <array> <string>bluetooth-central</string> </array>
by lilia
2024年 Jan 11日 21:45
Forum: iOS & Android Development
Topic: Unable to find Bluetooth Device (iOS)
Replies: 7
Views: 965

Re: Unable to find Bluetooth Device (iOS)

It has absolutely the same result for Dual Mode scanning. And why did you suggest that this device is Dual Mode? This product registered as Bluetooth device (just wondering, because maybe I'm missing something) Device Type - Common Device Protocol - Bluetooth Data Protocol - Tuya Standard Protocol A...
by lilia
2024年 Jan 11日 07:41
Forum: iOS & Android Development
Topic: Unable to find Bluetooth Device (iOS)
Replies: 7
Views: 965

Unable to find Bluetooth Device (iOS)

Hi! I'm developing an app using SDK to control Ambiance Light device. I've run an example https://github.com/tuya/tuya-home-ios-sdk-sample-objc and wasn't able to find my device through Bluetooth. While with Smart Life app I can find, connect and control it. All permissions for app are granted. Than...
by lilia
2024年 Jan 11日 07:29
Forum: General Discussion
Topic: Problem with writing on forum
Replies: 0
Views: 1711

Problem with writing on forum

I'm trying to post on iOS & Android development forum, but getting 403 Error. So just testing :)

by lilia
2024年 Jan 10日 06:53
Forum: iOS & Android Development
Topic: Unable to pair Bluetooth Smart Lights
Replies: 6
Views: 5543

Re: Unable to pair Bluetooth Smart Lights

Hi! Is there any update on this one? Did it work for you?