carpiodanielj

Results 13 comments of carpiodanielj

> I just tried to omit the optional "text" property, and it worked. > e.g.: > > ``` > Share.file( > title, > "$name.png", > bytes, > "image/png", > //...

> @carpiodanielj But that would just share the image, right? It isn't sending any text to WhatsApp. That's right, only image is sent.

@dmitry-viskov I've sent an email with the possible solution of this issue. Please could you check it and comment. Thanks in advance. ![image](https://user-images.githubusercontent.com/13338743/177426284-2873893a-4078-4a9b-9b26-1ddd39fc3012.png)

Really thank you @dmitry-viskov

Same issue here, do you have any update on this? thanks

> For those of you asking Dmitri about proctoring, the only implementation that I've seen to date of the IMS proctoring specification is written in Node.js, available in Blackboard's own...

> On iOS the following code should be called in the very beginning: > > ``` > // Needed for iOS > if (typeof(window.cordova.platformId) == "undefined" || window.cordova.platformId != 'android')...

Same problem here, any updates? thanks in davance.

> Did you tried calling the function FCM.requestPushPermission()? hello @piciuriello yes, i tried FCM.requestPushPermission() but still doesn't work

> Same problem here, any updates? thanks in davance. At development time notifications are working fine in IOS, but not when the app coming from TestFlight. And i don't know...