VKCOM / vk-ios-sdk

iOS library for working with VK API, authorization through VK app, using VK functions
MIT License
298 stars 164 forks source link

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

Open zhaoli1211 opened 5 years ago

zhaoli1211 commented 5 years ago

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

pechn commented 4 years ago

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

pechn commented 4 years ago

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?

0xstragner commented 4 years ago

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

pechn commented 4 years ago

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"]];

0xstragner commented 4 years ago

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

pechn commented 4 years ago

@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 commented 4 years ago

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