Tagged Questions
1
vote
1answer
62 views
In App purchases not working
I am in a strange situation. I have around 200 in app purchases in my application. Some I am able to test while for others i keep on getting SKErrorDomain error with error code =0. Since I am able to ...
1
vote
1answer
35 views
Only one player displayed in Game Center leader board (Sandbox)
In the sandbox environment of Game Center I tested with 2 different users. Unfortunately I only see one player in the leader board. Only the player who is logged in.
I thought it should update after ...
1
vote
0answers
42 views
On non jailbreak iphone,Can I run a binary in my Application bundle directory?
I have an executable binary file in my App folder. I want to use this App to run this code and I have signed the code with my certificate. But I don't know how to launch it. Fork, execvl and ...
0
votes
0answers
152 views
App Store not working as intended, but Sandbox-eviroment does while handeling receipts - In App-purchase
We have found a very strange bug in our app with the In-App purchase system.
The bug occurs when the user decides to buy the app. The buying process goes fine as far what we have noticed but, "IF" ...
0
votes
2answers
54 views
How to update iOS app with exception of a file
I'm making my first iOS app. And I have a question.In my app I want to save the current state of the app: levels completed, score reached, money, in-App purchases, etc. in a Settings.plist. The ...
0
votes
0answers
25 views
how to check all keychain keys of my iOS app sandbox
I'm using a private sdk but I have no access to the sdk code. I got a feeling that the SDK writes something to keychain and leave a trace in the iOS device. Is there anyway to grep all keychain keys ...
1
vote
0answers
179 views
Can I get root permissions when I install MobileTerminal in /var/mobile/Applications? [closed]
I got the source code of MobileTerminal from here. I installed it in my jailbreak iPhone, but in /var/mobile/Applications. I get partial root permissions when I login as root and input password of ...
0
votes
0answers
111 views
How to get root permission in a sandbox application for jailbreak iOS?
In jailbreak iOS,How can I get root permission in a sandbox applicaion without daemon?I have an idea that is copy a deb package to /var/root/Media/Cydia/AutoInstall and reboot ios,next,I can use the ...
1
vote
1answer
124 views
Document Interaction Controller
My app is supposed to be able to read and edit PDF, DOC and TXT file formats, so I decided to use another application (let me name it as app2) to open and edit files from my application.
But when I ...
-1
votes
1answer
43 views
How does iZip interact with DropBox?
How does the iZip application interact with the DropBox app, since they're both sandboxed?
As I see it I have full access to DropBox from within iZip, but I've heard that inter-process communication ...
1
vote
1answer
40 views
game center sandbox — neither truly logged in nor out
I am working on a new version of my app. I was using the sandbox normally for a while, but now all of my devices are stuck with a very strange problem. They appear to be halfway logged into game ...
0
votes
1answer
102 views
Push Notifications are not received sometimes
I have this strange problem with iOS Push Notifications:
I configured my server to send push notifications, yet sometimes they are not delivered.
in order to get them back to work on a specific ...
1
vote
3answers
1k views
View the file system of iPad/iPhone to verify saved files
I would like to be able to view the file system of my actual iPad/iPhone to verify that files are being written correctly. I can do this using the simulator by navigating to ...
0
votes
1answer
130 views
How an app to know what other apps have been installed in the device [duplicate]
Possible Duplicate:
Get list of installed apps on iphone
Is there a way to know what other apps have been installed in an iPhone or other iOS devices?. I know that all ios apps are ...
2
votes
2answers
1k views
iOS In App Purchase: test a real purchase without submitting to Apple
I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple
Of course, the current version of the app (in the App Store) was ...
2
votes
0answers
211 views
restoreCompletedTransactions never calls updatedTransactions in StoreKit
I've been banging my head against the wall for a few days with this, since everything used to work fine, but now that I've moved to Mountain Lion, XCode 4.5 and iOS5.1 and iOS6, this issue came along ...
4
votes
1answer
272 views
Can attackers defeat iOS keychain and data-protection encryption? [closed]
I am developing an iOS app that it has to store username and password and other sensitive data. I am considering using NSUserDefaults or keychain storage.
Are there other more secure method to keep ...
1
vote
1answer
76 views
Watching user activities in iphone SDK outside sandbox?
1) Is it possible to watch user's all activities of iPhone through iPhone SDK Programming As Symantec has developed norton online family inwhich user's iphone safari activities are savedin hidden ...
0
votes
0answers
213 views
Game Center Invites Failing From iPad to iTouch
I have a game center app that has been compiled as Universal which I am testing on 3 devices;
a. iTouch (ios 5.1)
b. iPhone 4s (ios 6.0)
c. iPad 2 (ios 6.0)
Invites are accepted in all directions ...
0
votes
2answers
141 views
Specific constraints of iOS sandboxing
I would like read access to the files in the iPhones music directory:
~/Media/iTunes_Control/Music/F**/*.{M4A,MP3}
1) I can't seem to figure out from the docs whether iOS apps are sandboxed such ...
0
votes
1answer
78 views
Is there any sandbox environment for Twitter app development?
I am developing an iOS application and I am integrating the ShareKit 2.0 project. I want to share content via Facebook and Twitter. Both of them require to create an application on their platform. ...
5
votes
2answers
546 views
What's the equivalent of NSHomeDirectory() in CoreFoundation?
I have a C library I'm modifying, as little as possible, to add a feature and get that to run properly on iOS. It is working fine on iOS 5.1, but breaking on iOS 6 because it's required to write a ...
0
votes
1answer
106 views
xcode - add *.ogg files to Sandbox
I want to add to my project an *.ogg file. I need XCode to place it somewhere in Sandbox. If I drag and drop, it won't work. If I do the same with a mp3 file, it works. Any idea how can i get to have ...
0
votes
1answer
254 views
PayPal error in iOS - This app not using a supported version of the PayPal library
Yesterday my app with PayPal sandbox integration was working just fine and today its not working. Just downloaded the latest library from PayPal version 1.6 but the sample app from PayPal says this ...
1
vote
1answer
83 views
iOS equivalent to Android MODE_WORLD_READABLE
As the title says - is there something in iOS that lets you say 'this file is allowed to be accessed by other apps' - preferably only readable, but read/write would be good enough.
Basically I am ...
0
votes
0answers
82 views
iOS : Simulate errors on Game Center Sandbox report
i'm about to finish my update on a game called WarpOut (available on App Store, check it out); this update includes Game Center functionalities.
I'm reporting high scores as well as achievements.
...
0
votes
0answers
154 views
Structure of iOS Sandbox when my app uses UIWebView
For the convenience of the readers, let me start with my short question first.
Is the document opened with UIWebView stays on my app's sandbox?
The reason why I want to know that is,
I want to open ...
0
votes
2answers
228 views
InAppPurchase in Sandbox(via test user)
To test InAppPurchase in sandbox, do i need to upload a app in Appstore?
If not then how the code will relate to the dummy app i made in iTunesConnect for inAppPurchase?
2
votes
0answers
91 views
How to test my inApp purchase in server model while my one app is live
I have an iOS app with in APP purchase with server model, and ready for QA submission. According to Apple documents, my server should call "https://sandbox.itunes.apple.com/verifyReceipt" url for ...
2
votes
2answers
203 views
Saving screenshot to sandbox
Is there any way to save a screenshot to the application's sandbox or some where that can be easily found to add to an email attachment? currently im saving it in the camera roll but can't seem to be ...
12
votes
1answer
2k views
iOS In App Purchase: Will Apple reviewers test live or sandbox environment?
I use In App Payment to sell ingame consumables.
After successfull payment I forward the payment receipt to my backend, which validates the receipt with the iTunes payment backend.
This works ...
0
votes
1answer
123 views
Still getting “cannot Connect to iTunes” for in-app purchase
Comments in the SKPaymentQueue.h seem to indicate that the "USER will be asked to authenticate" if it is a restoreCompletedTransactions. It does not indicate authentication for addPayment. So, at what ...
0
votes
1answer
162 views
iOS: How can I make the IAP sandbox forget the wrong login name?
In setting up the IAP sandbox for testing my app I followed the lengthy procedure for creating a new sandbox login but toward the end of the procedure I made a mistake. A screen asked my to confirm my ...
3
votes
0answers
162 views
Turning off auto-renewing subscriptings on an iOS device in sandbox
I have set up and tested In-App purchases successfully in sandbox environment. But I have a problem:
In actual In-App purchases, I can turn off auto-renewing subscriptings on an iOS device by ...
0
votes
1answer
2k views
In App Purchase (Sandbox) - Receipt Validation Fails Because of curl / SSL
I have noticed that my server-side receipt validation code is failing only for the sandbox (the live version of my app in the store works fine, but on Xcode, where I am testing the next version, ...
0
votes
2answers
241 views
Configuring App Sandbox before Build
I think my question is how do I pre-configure my iOS sandbox to have an audio file in it so after I build I can immediately test my Audio Queue structure.
I am working on an iOS app to play audio ...
0
votes
2answers
461 views
Installing an app directly into /Applications/
When you build an app, and directly install it on your iOS device as normal using Xcode, the application will be sandboxed on the device.
However, I would like to build the app straight into ...
0
votes
1answer
96 views
connexion between FB app and FB messenger
my question is simple, how FB messenger know who is connected with the other FB app, i mean that in ios, apps use sandBox but when you are connected in the 'normal' app as 'xy' and you open the ...
0
votes
1answer
111 views
InAppPurchase - Find mode (is Sandbox)
As you know, in InAppPurchase's development process we make purchase in sandbox environment
Is there a way to know if the purchase made on sandbox environment?
10x
0
votes
1answer
435 views
APNS for Inhouse Apps - Sandbox only?
Our app is being distributed via MDM (AirWatch in this case) as an InHouse app.
We can send APNS messages to the app and all works find, but only when we use the APNS sandbox.
When we use the ...
7
votes
3answers
979 views
iOS first inapp-purchase must submit binary for sandbox testing
i am working inapp-purchase project and first time for creating inapp-purchase in new app iTunes shows the message in inapp-purchase manage link to shows the message is below
The first In-App ...
1
vote
1answer
273 views
GameCenter Sandbox and beta tests
I would like to know how it works: if I have now my game working with GameCenter and want to release app for tests (AdHoc) then account of everyone, who will sign in to GameCenter, will become ...
19
votes
2answers
2k views
How to generate development MDM/APNS certificate?
We have taken iOS developer Enterprise account and we have received the MDM certificate which is in .pem format.We have download this mdm certificate from the portal ...
0
votes
0answers
229 views
iOS: In-App-Purches failes on test devices
I am working on a new version of an app which has already been published on the App Store. The app uses In-App-Purchase to unlock its full version features which works without any problem.
I have ...
2
votes
1answer
316 views
Issues on testing In-App-purchase in iOS with Sandbox
I am facing a strange behavior with In-App-Purchase in iOS while testing with sandbox. Few things I observed, Please make your comments where I am wrong.
I know sandbox has small time interval for ...
1
vote
0answers
127 views
iCloud only syncs after App terminates
My iOS app is using iCloud to keep docs in sync with an OS X version. This works fine almost.
The problem is that the device iCloud sandbox is only synced after the application terminates and as my ...
0
votes
1answer
153 views
Pop up while re-subscribing for product in sandbox environment
I am creating app in which user have to subscribe for product for 1 month/year. I was testing app in sandbox environment. For that i created test user account from itunes connect. I purchase product ...
0
votes
2answers
515 views
SKPaymentTransaction expires_date,seems like “auto renew” mechanism doesn't work in the sandbox
I've almost managed Auto renewable subscription in my app, but one strange thing occures - it doesn't auto renews.
I have a button, which adds an SKPayment with my product and it gives me receit with ...
1
vote
1answer
202 views
How to Use Localized Resources outside App's Bundle
I'm developing an iPad App with downloadable content to be able to persist it through updates.
I'm storing my content in Library/Caches dir seems to work fairly ok except for localized html content: ...
0
votes
1answer
333 views
Failed to enter Game Center Sandbox
When developing a game center app, I found the sandbox mode is very unpredictable. My game and two devices worked for a while in sandbox mode. After some code are modified (not game center related), ...