vk-ios-sdk icon indicating copy to clipboard operation
vk-ios-sdk copied to clipboard

Open VK app from my app and land post page with content

Open zhaoli1211 opened this issue 5 years ago • 7 comments

Right now I can open VK app using VK:// Is there a way to open post page from my app with the url user want to share? Thanks

zhaoli1211 avatar Mar 05 '19 00:03 zhaoli1211

Can anyone answer this question? We want to launch VK app through URL Scheme from our app, rather than integrate the SDK.

pechn avatar Nov 14 '19 15:11 pechn

Right now I can open VK app using VK:// Is there a way to open post page from my app with the url user want to share? Thanks

@zhaoli1211 Did you find the solution? If yes, can you share it?

pechn avatar Nov 14 '19 15:11 pechn

What kind of URL you want to use to open VK app?

0xstragner avatar Nov 15 '19 09:11 0xstragner

What kind of URL you want to use to open VK app?

@oboupo Something like whatsapp, I can use the code below to launch whatsapp and open the share window automatically.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"whatsapp://send?text=xxx"]];

pechn avatar Nov 15 '19 10:11 pechn

@pechn at this time we are doesn't support this functionality

0xstragner avatar Nov 15 '19 12:11 0xstragner

@pechn at this time we are doesn't support this functionality

Hi @oboupo It's a very good feature. Hope it can be added to VK in the future release:)

pechn avatar Nov 18 '19 03:11 pechn

@oboupo Can you also have a check of this issue #557 ?

pechn avatar Nov 18 '19 03:11 pechn