app-store

How to submit only app details after metadata rejection from apple to avoid adding the app to review clock

五迷三道 提交于 2019-12-03 10:03:34
Can we resubmit the app after metadata rejection due to invalid demo account details to avoid adding back into the review queue and restart the review clock. As Per this Link An Easy Mistake with iTunes Connect & Metadata Rejections suggested "Do not click “Submit for Review” after getting a Metadata Rejection" to avoid review process. But apple has suggested To provide demo account information: Log in to iTunes Connect Click on “My Apps” Select your app Scroll down to “App Review Information” Provide information in “Demo Account” and/or “Notes” as appropriate Click Save Click Submit for

Unable to upload to App Store with Xcode 7.1

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 09:57:21
When trying to upload an app to App Store in Xcode (7.1) I'm prompted with this error message: iTunes Store operation failed. You are not authorised to use this service. The steps I go through when trying to upload Product -> Archive which completes successfully Window -> Organizer where I select my app in the left pane. I then choose my most recent archive, press "Upload to App Store..." and pick the relevant development team. At that point I'm prompted with the error message "iTunes Store operation failed. You are not authorized to use this service for provider: " I find this odd as my

How to find and play videos downloaded by Lynda.com Android or Windows app

青春壹個敷衍的年華 提交于 2019-12-03 09:57:19
问题 There is an App which features downloading their videos for offline viewing via their Android and Windows app. I was wondering where does this app saves these videos and if they are encrypted, how to decrypt and play them? I am a programmer but I know nothing about Android/windows app development, here is what I have been able to hack so far: On Android It seems like it saves videos at /storage/emulated/0/Android/data/com..android.root/files/videos//encrypted/ These files have no extension, I

How do I link from free to paid app in the Android market?

房东的猫 提交于 2019-12-03 09:51:58
问题 If I have a free version of a paid app in the Android market how can I place a button in the free app that opens the paid version in the market? 回答1: Add this to the button's OnClickListener's onClick method: Intent marketLaunch = new Intent(Intent.ACTION_VIEW); marketLaunch.setData(Uri.parse("market://search?q=uk.co.ashtonbrsc")); startActivity(marketLaunch); Replacing uk.co.ashtonbrsc with a search term that will find your app. 回答2: Even better to use "market://details" instead of "market:/

Linking directly to the Write Review page from iPhone

ぃ、小莉子 提交于 2019-12-03 09:47:36
问题 I have been trying to redirect the user to the review page. I tried 3 different URL formats: {http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=350212768&mt=8} (goes to the product page on safari) {http://itunes.apple.com/us/app/british-accent/id350212768?mt=8#} (Goes to the product page in iTunes store on the device) {http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering=1&type=Purple+Software&mt=8} (results in too

App Name Expiry on iTunes Connect

筅森魡賤 提交于 2019-12-03 09:47:20
问题 Apple in iTunes Connect Developer Guide says: App Name Expiry Once you have created your app, and it is in the state Prepare For Upload or Waiting For Upload, you will have 180 days (6 months) from your creation date in iTunes Connect, to deliver a binary to Apple. If you do not deliver a binary before the 180-day deadline, your app will be deleted from iTunes Connect. As a result of this deletion, your app name will be able to be used by another developer and you cannot reuse the app name,

About Same App, but different binary for different App Stores

安稳与你 提交于 2019-12-03 09:23:23
I have a new App to launch in the near future. The App is going to have different versions for different Territory's App Store, in sense of UI language and part of App content. My question is whether I can create different Apps (different bundle IDs and different App's iTunes' Application Name) but with the same App bundle name. I am doing this because If I include all the UI images for all the languages in one binary and control the language change with code, the App size will be over 20 MG, which I don't want. So, I am deciding to create, compile and submit different binaries separately, at

Refreshing iOS app receipt: How to determine if user will need to sign in for app store?

我与影子孤独终老i 提交于 2019-12-03 09:19:11
问题 I am implemeting Apple's "Grand unified receipt" on iOS 7, which allows the app to check an app's purchase receipt locally without having to contact Apple's servers for validation & verification. This works great if the user has a receipt stored in the app. Iin the case that the app is missing the receipt, the best practice is to request the app to refresh its receipt, as such: SKReceiptRefreshRequest *request = [[SKReceiptRefreshRequest alloc] init]; [request setDelegate:self]; [request

Xcode 4.1 can't reinstall. App store says “installed”

﹥>﹥吖頭↗ 提交于 2019-12-03 09:18:37
Today i update my system to Lion and try to update Xcode. After downloading from app store i get error. So i remove my old Xcode 4.0 by this command /Developer/Library/uninstall-devtools –mode=all But now in app store i have the status "installed" and can't reinstall my Xcode. So what i must do? p.s Trash is clear. When I downloaded Xcode from the Mac App Store it created an Icon in launchpad called 'Install Xcode' and you're able to kick off the install from there. My installation failed the first time and I was able to reinstall fine. mda sudo /Developer/Library/uninstall-devtools –mode=all

how to change version number of an App from iTunesConnect with state Prepare for Submission

柔情痞子 提交于 2019-12-03 09:18:12
I accidentally created a new version of an App in iTunesConnect with wrong version number. It is in state Prepare for Submission . So,I want to change the version number. Is there any possibilities to do that? or Is it possible to remove the app? so,i can create a new version. I have the same problem before. My solution: Submit the IPA first, status will be changed to "Waiting for Review"; Press the red button "Reject the binary" in iTunes Connect, status will be changed to "Developer Rejected"; Restart the process again. UPDATE As of 2015, iTunes Connect has updated, allowing users to change