app-store

Open AppStore through button

巧了我就是萌 提交于 2020-01-07 04:20:46
问题 Could you guys help me to translate the following code into Swift? [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.apple.com/de/app/x-gift/id839686104?mt=8&uo=4"]]; (or do I have to take this link: itms://itunes.apple.com/app/id839686104 ?) Thanks in advance! 回答1: Here. But I highly suggest you learn the basics of Swift! UIApplication.sharedApplication().openURL(NSURL(string: "itms://itunes.apple.com/de/app/x-gift/id839686104?mt=8&uo=4")!) 回答2: Swift 3 Syntax

Shared link that will open my app or the app store

二次信任 提交于 2020-01-07 03:27:09
问题 I have started working on an iPhone app and I decided I want the user to be able to share things from it on the web (through email, Facebook, twitter, messages and so on...). Now I want the link to the app (on the user's shared post) to be able to check whether my app is installed on the device and open it through it's URL scheme and in case it's not - Open a different link that leads to the app on the App Store. I have done some research and understood that I should make a php on my server

AppStore Submission Issue

匆匆过客 提交于 2020-01-06 18:10:06
问题 I am submitting my first iOS app to the app store and I am having an issue that I do not know how to resolve. Here is a recap of what I have done: I went to the iOS dev center, created a provisioning and distribution profile (for the app store), and uploaded them to Xcode. Then I went onto iTunes connect and completed the entire application. In itunes Connect, the app status reads as 'ready for upload'. So I go back into Xcode, and do an archive using the profiles I made for this project. I

Using azure blob storage for installing ios apps

橙三吉。 提交于 2020-01-06 15:50:42
问题 I am trying to set up a private app store using azure. I'm trying to use azure blob storage for storing .ipa and .plist files. here is the reference:http://gknops.github.io/adHocGenerate/ I am able to upload files to azure blob storage and the files are available in the container with container access(i am able to browse to the file in my mobile). Now when I try to use itms-services and open the .plist files hyperlink it is throwing that "cannot connect to xxxxxxx.blob.core.windows.net". But

Checking iOS requestReview() output?

走远了吗. 提交于 2020-01-06 06:41:16
问题 Is there any way to know if the user tapped a star to rate the app or clicked Not Now when requestReview() is presented? I would like to be able to reward the user if he or she rated the app and not call requestReview() again in that case. Thank you! 来源: https://stackoverflow.com/questions/49980650/checking-ios-requestreview-output

Xcode 4 / iOS how to distribute an app for the App Store for anopther company? [closed]

情到浓时终转凉″ 提交于 2020-01-06 02:32:27
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 years ago . We have build an app. A company has bought an customized version of that app. We don't have access to the other companies Apple Developer account but the other company wants to distribute the app under their own name. Is there any way we can hand over the app so that the other company can sign and distribute the

IOS application update - lost private key

时光怂恿深爱的人放手 提交于 2020-01-06 01:54:25
问题 I have an IOS application for a client and I need to push it as an update to the existing app. I already received the credentials of the itunesconnect account which includes the application however here is my problem. I don't have the private key which was used to publish the initial application which according to the below could cause a problem. The private key is locally stored on the Mac device (in this case, the old vendor). In the wrong hands, someone might attempt to distribute an app

iTunes Connect App Analytics & Sales and Trends showing different Values

╄→гoц情女王★ 提交于 2020-01-05 08:09:24
问题 So when I go to on iTunes Connect and then go to Sales and Trends, it shows I have 50k units. I click devices and it shows that 45k are from Desktop, 4k from iPhone and 1k from iPad. Which to me looks really weird. Then I go to App Analytics it says I have 5k downloads, and it is disregarding the 45k from Desktop. My app is not made for Mac. So why is that? 来源: https://stackoverflow.com/questions/39908994/itunes-connect-app-analytics-sales-and-trends-showing-different-values

iOS App Freemium to Paid App

喜你入骨 提交于 2020-01-05 04:58:15
问题 I have Freemium apps in the AppStore . Originally it was Paid but I wanted to see if Freemium versions make any difference in Downloads and Sales . It did make difference - number of downloads increased by 10 times but number of purchases reduced by 2 times . So Freemium modal didn't work for me. I want to change back to Paid . I do not want to create other versions of the Apps as I have really good reviews on all Apps which I don't want to miss. Can someone please help me if it is possible

Is there an easier way to change application ID and name?

混江龙づ霸主 提交于 2020-01-05 04:38:31
问题 I have forked existing react-native application which is already uploaded to appstore and I want to create another application based on this application. I couldn't find any references on changing bundle ID with Application name. I have tried to manually replace oldAppName to newAppName with global replace in iOS folder, but after replacing, cleaning, reinstalling, I cannot run the app with react-native run-ios it's saying that I should try to build with XCode to see more detailed error, but