Anny
Anny
Hi i want to read values which is written on characteristic...how can i do this...i want it on specific button eevnt and same way i want to create function which...
Hi.. I have the similar problem too. I also approved publish action permission from facebook but still getting same error ERROR: Publish permissions: '[publish_actions, publish_stream]' weren't accepted by user 05-15...
Can anyone help me for that : I am configuring app like SimpleFacebookConfiguration configuration = new SimpleFacebookConfiguration.Builder() .setAppId(APP_ID) .setNamespace(APP_NAMESPACE) .setPermissions(permissions) .setDefaultAudience(SessionDefaultAudience.FRIENDS) .build(); SimpleFacebook.setConfiguration(configuration);
I am also facing the same issue. Freqently i got this message "The network connection was lost" even if i have the strong net connection. Any solution for that ??
You can solved this by [scannerView setVerboseLogging:YES]; if ([scannerView isScanSessionInProgress]) { [scannerView stopScanSession]; self.sessionToggleButton.title = @"Start"; } else { [scannerView startScanSession]; self.sessionToggleButton.title = @"Stop"; }
I have also same problem.. when i start recording video using front camera it will change the size of preview in AVExportsession. Please fixed it asap. Thank you
Hi.. i face issue similarly.. the effect of dragging left and right will not getting while we manually place code for drag left and right... i need exact animation which...
Hi...i found the solution ... You just need to perform two simple steps.. 1. Change the threshhold value from 100 to 160 2. Change the following file with given file...