parse.com - Parse iOS SDK v.1.7.4 FacebookUrlSchemeSuffix -


does know how handle urlshemesuffix latest parse ios sdk? seeing now.

[pffacebookutils initializefacebookwithapplicationlaunchoptions:launchoptions]; 

this used available in prior version of pffacebookutils v4 doesn't have it.

#ifdef paid     [pffacebookutils initializefacebookwithurlshemesuffix:@"paid"]; #else    [pffacebookutils initializefacebookwithurlshemesuffix:@"free"]; #endif 

help please

here's solution, answering own question: https://developers.facebook.com/bugs/115597585443651/


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -