videokit-ai / natshare

Cross-platform social sharing for Unity Engine.
https://github.com/natmlx/videokit
Apache License 2.0
134 stars 28 forks source link

No apps can perfom this action #91

Closed tamizhuser closed 4 years ago

tamizhuser commented 4 years ago

I am share the Text content using nat share. Once I call the share function of Text mobile (Android ) was pop for the "No apps can perfom this action. Using code is below,

public void ShareApp() { switch (Application.platform) { case RuntimePlatform.IPhonePlayer:
new SharePayload().AddText("APPSTORE_LINK").Commit(); break;

            case RuntimePlatform.Android:
                new SharePayload().AddText("PLAYSTORE_SHARE_LINK").Commit();
                break;
        }
    }

Please Help me.,

Regards Tamizhan

olokobayusuf commented 4 years ago

Thanks for reporting this issue. I'll look into it and get back to you.

tamizhuser commented 4 years ago

Thanks a Lot

On Thu, May 14, 2020 at 8:43 PM Yusuf Olokoba notifications@github.com wrote:

Thanks for reporting this issue. I'll look into it and get back to you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/natsuite/NatShare-API/issues/91#issuecomment-628700835, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI7SWS44XG567O2XOTUWUQTRRQDCZANCNFSM4NAQDIAQ .

tamizhuser commented 4 years ago

Hai developer. Any update on this?

On Thu, 14 May, 2020, 8:43 PM Yusuf Olokoba, notifications@github.com wrote:

Thanks for reporting this issue. I'll look into it and get back to you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/natsuite/NatShare-API/issues/91#issuecomment-628700835, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI7SWS44XG567O2XOTUWUQTRRQDCZANCNFSM4NAQDIAQ .

olokobayusuf commented 4 years ago

Not yet, I haven't been able to test this out. I will try to do so this weekend. Sorry for the delay.

tamizhuser commented 4 years ago

Please if you correct it then inform me .

On Wed, May 20, 2020 at 6:16 AM Yusuf Olokoba notifications@github.com wrote:

Not yet, I haven't been able to test this out. I will try to do so this weekend. Sorry for the delay.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/natsuite/NatShare-API/issues/91#issuecomment-631167609, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI7SWS7MPBIIY6DM7VXEKBLRSMSABANCNFSM4NAQDIAQ .

olokobayusuf commented 4 years ago

This issue has been fixed in #93, 70efce4911221e8dfcd013cf4c6b4d63d01d2843