0
votes
0answers
3 views
Decrypt file crypted by OpenSSL + AES with CommonCrypto
Is it possible to decrypt file encrypted by OpenSSL with CommonCrypto? And how?
I need to decrypt fil encrypted by this command:
openssl enc -aes-256-cbc -in name_of_file -out name_of_encrypted_file ...
0
votes
1answer
10 views
Display offline html5 website
For my business I need to be able to show a potential client a website I generate with a program called Pano2VR, which is a virtual tour program. This program takes some panoramic photos linked with ...
0
votes
0answers
14 views
Apple Mach-o error linked
![enter image description here][1]
I get this error and I have no idea why out, apparently my libraries are well linked
...
"_equalTo", referenced from:
-[FBFacebookAppAuthenticationTests ...
0
votes
0answers
10 views
getting less number of people in facebook's graph api
I am trying to search the people who are not in my friend's list using the graph-api /a. But i am not getting the exact number of people those are there in facebook with this name. I am getting only ...
0
votes
1answer
30 views
What to do if I just want to include .a file only IN IOS
Why am I getting an error of _$_OBJECT_CLASS_ (kind of error) while adding .a file. It solves an error When I add whole project of library in it
What to do if I just want to include .a file only
...
0
votes
1answer
37 views
How to write NSArrays and NSDictionaries for getting and to Join two table's data into another table SQLite, iPhone?
When I am joining two tables data into another tableView using sqlite it getting Null value how to write NSArray and NSDictionary.And also how to set the objects and keys. below is my database class
...
0
votes
2answers
23 views
Add UIPinchGestureRecognizer on main view and detect touch on subviews
I added some subviews (UITextView) on main UIView ([self view]) to scale/pinch and dragging them around the screen. Everything works fine for ONE subview with a tag (mytextview1.tag = 1).
But how to ...
0
votes
1answer
22 views
How can I create static library and can add just .a file on any project in ios
How can I create static library and can add just .a file on any project in ios.
I tried doing this but couldn't do it.
Thanks in advance
-6
votes
0answers
31 views
Facebook.h not found in my project [on hold]
I tried to lower my facebook sdk and add it to my project, until there fine, but then the functions already had with the former complaining that I was missing so the Delegates and facebook.hy ...
-3
votes
0answers
18 views
Establishing a bluetooth connection from my iOS app to bluetooth devices
I am currently working on an iOS app that should be able to scan, pair, connect and send signals to other listening devices via bluetooth to perform a specific task. But I don't know how to go about ...
0
votes
0answers
15 views
Consecutive touches in memory for iPad
I'm at the beginning of an App wich have a UINavigationController with several consecutive views. Forward navigation is Ok, but I found the next problem in backward navigation:
When I touch in back ...
-1
votes
2answers
27 views
how to show route and calculating distance using google map or ios mapkit
i have question regarding ios map application. I didn't found any good help for some point. I tried both ios and google map but i am unable to find the help for both. I am stuck on few points so can ...
0
votes
0answers
10 views
google mobAd is conflict with Parse framework in (-ObjC) how to solve this issue?
i have the google mobile Ad in my project and to make it work you should add -ObjC to other linker flag
but i have added Parse framework to my project ,and this one need to remove -ObjC so it can ...
0
votes
0answers
11 views
Changing device orientation settings by Device in Rubymotion
I have an universal app using Rubymotion, and the UI setup differs greatly between iPhone version and iPad version.
The main being, in iPhone it only supports portrait, and iPad only supports ...
3
votes
4answers
68 views
How to convert mail server date string to nsdate
I am getting date string form mail server like this. Thu, 31 Dec 2009 14:32:15 +0580.
I want to convert this date string to date.
Here's my code:
- (void)viewDidLoad
{
[super viewDidLoad];
...