Share you problems or suggestions about ActivityView plugin
bosaku
@bosaku
Hello, I am trying to use the Instagram activity. I added a button with this : if (GUI.Button (new Rect (100, 490, 170, 40), "Share image Instagram")) ActivityView.ShareImgByInstagram ("", imgBytes, imgLength, errorMessage); but I receive the error : Check your social service status.
Instagram is open / logged in.
This works fantastically otherwise :)
This is the XCode error : app[1313:444202] -canOpenURL: failed for URL: "instagram://location?id=1" - error: "This app is not allowed to query for scheme instagram" 2017-06-06 15:46:22.637895-0600 app[1313:444202] [OrientationManager] new orientation: 5
bosaku
@bosaku
Oh! I read into your excellent documentation. I fixed it! Thanks!
Bryan_I
@Streamfall_Co_twitter
Ok, I have another question / trouble related to ActivityView for Facebook. It seems as if I leave the message parameter empty, this automatically adds the imagebytes in the third parameter. However, if I actually add something to the message, like a link to my webpage, the image does not post. Is there a way to do both? I'd like to be able to click and be able to go to my site / location to purchase the app.
Also, your security certificate is out of date on your website.
Bryan_I
@Streamfall_Co_twitter
Also, how would I go about making a callback for "ActivityView.ShareImgByInstagram "? Thanks for your trouble!
Yaroslav Petrichka
@slavaobninsk
Hello, thanks for feedback, i get it on weekend
Bryan_I
@Streamfall_Co_twitter
Hi Yaroslav! Thank you for attending to my request. Is it possible to make this function work for each type of activity? If there is a message included, send image AND message. Thanks so much :) Please let me know.
Bryan_I
@Streamfall_Co_twitter
Hello Yaroslav, would you mind pointing me in the right direction to edit how this works? I'd like to release knowing I can present images and a link. Thank you :)
Yaroslav Petrichka
@slavaobninsk
Hello sorry, but i'm in hospital, i answer you directly when i homecoming
Bryan_I
@Streamfall_Co_twitter
Hi Yaroslav, How are you? I am wondering if this product is still supported. I am using an old version of Unity3d (5.5.1f).
If you aren't supporting it, is there another product that you recommend, like the official Facebook API? I also need Instagram, so its tricky finding the right thing.
Yaroslav Petrichka
@slavaobninsk
Hello please, send me list of feature, you needed, and i update version on weekend
Bryan_I
@Streamfall_Co_twitter
I would like to check if a social media user is logged into their service. Currently, when using ActivityView.ShareToService (feedTitle + " " + feedLink, ActivityView.socialService.Facebook, imgBytes, imgLength,errorMessage, gameObject.name, "ShareToFBCallback");, the feature fails with a useless error if the user is not logged in.
Bryan_I
@Streamfall_Co_twitter
Is that doable?
Yaroslav Petrichka
@slavaobninsk
I send you answer on weekend
Yaroslav Petrichka
@slavaobninsk
Sorry all customers but Apple not support easy out-the-box social sharing
Now you must install separate sdk and work with it
From the current day plugin not supported and I close it from buy in Asset store
Yaroslav Petrichka
@slavaobninsk
Thanks to all the customers who supported me during the life of project.
Bryan_I
@Streamfall_Co_twitter
I understand, the problem is coming from the SDK itself. Thank you for working on it and exploring options.