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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -