app-store

Referral link for app purchase [closed]

為{幸葍}努か 提交于 2019-12-03 08:06:53
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Is there any method to create a referral link to the App Store, with some device ID, for example b7a8913nfs9dfn, in the link, so that when a person downloads the app from the App Store and installs it on the device, after running it for the first time, the device would know the device ID in that referal link? The whole system is to track people installing some app from their link, and after confirming it, give them a

Detect AppStore installation of iOS app

喜欢而已 提交于 2019-12-03 07:57:13
I need to implement a custom logging in my app. To do this i need to detect if the current version of the app has been installed from the app store or is running from xcode or is a TestFlight version. There is something different in the app depending from the installation source? I don't want to have something different in the development environment. You can get part of the way there by reading in the embedded.mobileprovision file from the application bundle: NSString *provisionPath = [[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]; If that does not exist, you

An iOS app with multiple brandings

两盒软妹~` 提交于 2019-12-03 07:54:44
I have an iphone app working just fine - it basically just displays news from a feed, but now we want to have a second app that is a clone of the first but branded a different way and displaying news from a different feed - the xml feed and the graphics/colors would be the only difference. I'm trying to not duplicate any effort. I can easily set a define and build the app using different colors and images and the xml feed url with one codebase. But what is the preferred way to do this so that I can make a change to some common code and easily rebuild both apps and get them updated in the app

iOS option is disabled in Version or platform (iTunes Connect)

泪湿孤枕 提交于 2019-12-03 07:48:23
问题 I uploaded my app to the App Store using xcode. I can see my build in my existing app on iTunes connect. However when I want to add the build using the "+ Version or platform" option it shows me a disabled iOS button: My build version is 2.0. I received an email from Apple stating that the app completed processing. Any reason why I can't select it? 回答1: I found the solution. In my case I wanted to update the app to a newer version which wasn't listed in the "+Version or Platform" menu. The

Programmatically run a search on the App Store?

老子叫甜甜 提交于 2019-12-03 07:46:00
Is it possible to open the App Store app from within my app and run a search? I'm looking to see if there's an appstore:// type URL that I could use, in the same way that mailto: and sms: open Mail and SMS respectively. Does anyone know if this is possible? Edit - more info: I've been trying using UIApplication's openURL: method, passing various forms of phobos and iTunes URLs, with no luck so far. Some may be aware that you can right-click links in iTunes on the desktop and copy links to certain pages. I copied the link to a page that listed all the apps for a particular company. Some may

Change app name in apple store of an already released/available iOS app

巧了我就是萌 提交于 2019-12-03 07:44:11
问题 I released an iOS app in the Apple App Store some weeks ago and now want to rename my app (I only want to add a space). I did not find an "edit name" button in iTunes Connect or a solution via google. Can someone tell me how to rename the app? Is it enough to rename the app in Xcode to get the name to automatically updated with the next Apple approval? Or do I have to release a completely new app with the new title? 回答1: You will need to do an update to the app store. I would leave your

Link to App Store app developer page with iOS 6?

时光怂恿深爱的人放手 提交于 2019-12-03 07:42:31
问题 Is there a way, in iOS 6, to link from an app to a specific developer's page on the App Store app? By that I mean a list showing all the apps by the developer. There are various ways to link to the store (I am using the Appmosys as the example here) that produce various results: http://itunes.apple.com/us/artist/appmosys/id331687329 - The link copied from desktop iTunes, opens up the iTunes app on an iOS 6 device, with the developer's page. If you tap on one of their apps, it goes to that app

How can I publish to play store the x86 and ARM apks of my cordova-crosswalk app?

微笑、不失礼 提交于 2019-12-03 07:32:36
问题 My app is developped/published with Cordova and Crosswalk. Crosswalk generates an apk for ARM cpus and another one for x86 cpus. At the moment, when I upload my ARM apk to the play store and then try to upload the x86 one, it prevents me from doing so and display a message that says that I cannot have two apk with the same version code. It seems it's possible to upload on the play store multiple apk files for the same version of an application byt filtering the devices targetted by each apk

App with jailbreak detection rejected by Apple

别等时光非礼了梦想. 提交于 2019-12-03 07:30:51
the App we are working on was rejected because the Device in the Review Process was detected as jailbroken ^^ To detect a jailbroken Device, several Tests were performed: NSString* bundlePath = [[NSBundle mainBundle] bundlePath]; // scan for itunes metadata BOOL isDirectory = NO; NSString* directoryPath = [bundlePath stringByAppendingPathComponent:@"SC_Info/"]; BOOL directoryIsAvailable = [[NSFileManager defaultManager] fileExistsAtPath:directoryPath isDirectory:&isDirectory]; BOOL contentSeemsValid = ([[[NSFileManager defaultManager] contentsOfDirectoryAtPath:directoryPath error:NULL] count]

Use the Apple Search API to search by genre?

☆樱花仙子☆ 提交于 2019-12-03 07:25:35
Is it possible to use the Apple Search API to search by genre ? I'm thinking specifically games in the app store. Using Obj-c. As has been pointed out in the comments of this question... Search Apple App store by genre with iOS/Obj-c There seems to be a problem with trying to search by genre, so I'm looking for answers which of examples of that actually working, not just links to the docs. It's not actually documented on the Search API documentation , but you can add a genreId parameter to the search URL and it restricts the search to a particular genre. If you look at the JSON returned from a