0

I want to send a text file to the watch with size around the 2mb. I tried to save it as string on the data map but I always get !!! FAILED BINDER TRANSACTION !!!

Any suggestions?

Naheel
  • 497
  • 3
  • 13

1 Answers1

1

You can transfer that as an Asset or even better use ChannelApi which provides an API for sending a file.

Ali Naddaf
  • 16,951
  • 2
  • 21
  • 28