It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Looking on how to set up a simple ios app that generates a random number 1-10 and will pay credit to the users bank if the user picks the right number.
How do I set up bank so users can buy more credits to play?
I am really new to all of this so any help is greatly appreciated :)
This is an exceptionally broad question Vincent, and usually questions here need to be a lot more focused.
But I'll throw you a few keywords to get started:
In general, you should learn how to use In-App Purchasing which utilizes Store Kit framework in depth.
And, if you want your "bank" (hopefully virtual) to be shared with other players, check out Apple's "Game Kit" solution.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have some ideas for new apps.
And I have one question. Can I get information about launched apps? I need only names of this apps. Is it real to make? And if it is realizable, will it will be accepted by appStore?
There is a way to achieve this. You'll need process names of apps, not their AppStore names.
How to get information about free memory and running processes in an App Store approved app? (Yes, there is one!)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
How can i disable the phone when user going over 10mph , disable means user can't use email or any text writing work.I am able to calculate the speed but not disable or hang the iPhone.
Please help me.
Thank You
You can't, You might be able to make your own app give a warning that you are traveling to fast. But there is no way to disable to iPhone.
All apps are sandbox and have limited acces to the other apps or the system.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want let users make calls through my app. Is there a way to hide the number being called, so that the privacy is protected?
Thanks
I don't think that this is possible, as it could be used for malicious purposes.
If you want the privacy of the person making the call to be hidden, you can use a *67 prefix on the number when you dial. Basically, just add *67 to the beginning of the number. Most US carriers support this.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I know this has been asked in the past, but I have seen no new posts since the hacking issues that took place in July regarding in app purchases.
I would like to use the in app purchase system to allow a user to remove ads from my application. This seems like a much cleaner solution than maintaining 2 separate apps (free and paid).
I would appreciate any feedback others have on this topic. I know apple has implemented a fix to stop the hacking.. but still wanted some input from the SO user community.
Thank you.
Use Apple's VerificationController to validate the receipts you get and you can safely use IAP under iOS 5.x. In my own app I use this regardless of the iOS version (5 or 6).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it possible to generate game levels using music without of violation of Apple's rules for applications in app store
Yes and many apps do this, an example would be "Beat Hazards". and there is no reason to believe it would violate the tos.