I am currently using the DataApi and Asset class to transfer a 30MB file from mobile to wear. I am using an IntentService but the file never gets to the mobile. The wear freezes and says "Application is not responding, do you want to wait?"
Should I use a SyncAdapter to send this over? I'm not sure on the best way to do this?