
Sebastian Rehnby
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Sebastian Rehnby-
Sebastian Rehnby commented,
Ok good to know. I'll try to get that added to the SDK in the next week or so.
-
Sebastian Rehnby commented,
The current beta version doesn't support that, but it might be pretty easy to add it. What would be your preferred way of looking up profiles from the API, i.e. which API call in the "Contacts" are...
-
Sebastian Rehnby commented,
After reading your question again, is the "employee" field a contact field rather than a relationship field. If so, you need to supply a PKTProfile object as the field value, like: PKTProfile *con...
-
Sebastian Rehnby commented,
Official comment Hi Chris, I assume the "employee" field is an relationship/app reference field to an Employee app? If so, to set the employee relationship, just fetch the PKTItem object that you want to reference...
-
Sebastian Rehnby commented,
After updating the Podfile, you need to run "pod install" to fetch the latest version of PodioKit. Try that and if it still gives you an error, let me know. Is the field in question an image field?
-
Sebastian Rehnby commented,
Official comment Hi Jonathan! Great to see you trying out the new version of PodioKit. As we are still developing it and improving it on a daily basis, I would suggest you to point directly to the Github repo by u...
-
Sebastian Rehnby commented,
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 rec...
-
Sebastian Rehnby commented,
Hi again, In the latest version of the app (4.1.5) released on Thursday, I added support to open any Podio URL through an URL scheme. Here's the format: podio://x-callback-url/openURL?url=<url> ...
-
Sebastian Rehnby commented,
Ok, I see. Currently, there is no way to deep link to an app item in the iOS app. Its on our todo list, but I cannot say exactly when it will be added.
-
Sebastian Rehnby commented,
Hi Derek, There is a URL scheme but its not official. I'm curious, what is your use case for this?