-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create new pin on iOS, working fine on android #2
Comments
Thanks for reporting this.
I can't tell what the issue here is.
|
I have checked all the function on iOS, and found that all the functions are working fine except these two functions:
I have already told you about createPin method.
No debugger is being hit on iOS. Also, is throwing error on both android and iOS
But may be it's beacuse i dont have any likes yet. Everything is working fine on android. |
Hi! How did you manage to install this plugin in an Ionic project? at iOS compilation time it gives me "PDKResponseObject.h" file does not exist. Some help needed please, i am following the instructions on https://ionicframework.com/docs/native/pinterest/ Here is my Ionic info command output: cli packages: (/usr/local/lib/node_modules)
global packages:
local packages:
System:
Environment Variables:
Misc:
Thanks in advance |
Hi @oosswwaalldd I got the same issue while trying to install it second time in iOS, there was a mix-up of plugin errors, I got various other ".h" file error for other plugins also. what i did was:
then i removed both the platform android and iOS(yes, i removed android platform while running it on iOS)
IMPORTANT: Restart the terminal if any of the steps fails or give error. I then installed pinterest plugin again using command : |
@tonystaa thanks, I've tried that but i am still having the same error, I thinks it is the cocoa pods not installing after the plugin installation |
Please how did you handle your Redirect URI? An issue is open here for it, but no response at all. But it is working for you, so please could you respond to that issue.? |
Successfully logged in Pinterest on iOS
Successfully fetched Pinterest boards list on iOS
But can not create new pin
createPin(note, boardId, imageUrl, link, onSuccess, onError)
and also no callback is called(neither onSuccess nor onError)
my actual code
The same code is working absolutely fine on android.
This is the screenshot of pinterest website(I successfully pinned it from android emulator using above code) :
please ask for any other information required.
The text was updated successfully, but these errors were encountered: