iOS url scheme broken for some links
As already mentioned in another topic ( https://help.podio.com/hc/communities/public/questions/200514778-Podio-IOS-url-scheme ), Podio for iOS supports a URL scheme to deep link to specific items as of v4.1.5. Syntax should look like this:
"podio://x-callback-url/openURL?url="
I've just been trying to implement this with my app and recognized that some links work fine while others open some kind of inapp browser within the Podio app and ask me to login. I guess this is the fallback for links that cannot be handled properly? Here's what I've tested:
"https://podio.com/users/..someid.." --> works
"https://podio.com/tasks/..someid.." --> works
"https://podio.com/..ourspace../employeenetwork/status/..someid.." --> opens inapp browser within Podio
"https://podio.com/..ourspace../" --> opens inapp browser within Podio
(each URL was encoded and appended to podio://x-callback-url/openURL?url= )
Am I missing something here or doing it wrong?
I'm using Podio v4.3 on a iPhone 5s (iOS 7.0.4).
-
Hi Patrick,
The app uses our API to resolve the URLs to determine if they are recognized as an object (item, status, task etc) that can be opened natively. So for some reason, our API does not recognize the URL you provide as Podio objects. If you send me the actual URLs to support@podio.com I'll have a closer look.
Please sign in to leave a comment.
Comments
2 comments