parse.com-php-library
parse.com-php-library copied to clipboard
Valide Certificate iOS Error
I did the setup as it said to do so. I also added in the same values in the parse.php file. After I did this, it gave me this error:
Fatal error: Uncaught ParseLibraryException: [115]: parse.com error: To push to iOS devices, you must first configure a valid certificate. thrown in /Applications/MAMP/htdocs/ParseSDK/parse.php on line 181
Line 181: throw new ParseLibraryException($msg,$code);
You have to setup push notifications on parse.com first before you can use this feture with the library. Instructions here:
https://parse.com/tutorials/ios-push-notifications
What if I don't want to enable push notifications for now?
Well that error isn't coming from the php library, its coming from parse.com. They only issue that error if a push was attempted.
What setup are you doing for this again?