Questions tagged [itunes-app]

79 questions
1
vote
3 answers

iTunes 12 Install IPA

I'm running into an issue with the latest iTunes 12 release (12.7.0.166) where on one iPhone I'm able to drag and drop an .IPA onto the device listed and it installs on the device fine. However, with the other iPhone I follow the same process and it…
1
vote
1 answer

deleting app a rejected app from itunes connect because I want changed from universel to iphone

I changed my app from universal to iPhone and I was not able to validate in the archive. I googled it and I realized that I had deleted my app and submit a completely new app if I want to change it to iPhone. there is no a button to remove my app…
1
vote
1 answer

Is it possible to refresh the receipt of an in-app subscription from an iTunes API?

I have a backend api that accepts the receipt hash data from client ios devices when an iTunes subscription is purchased. I use https://buy.itunes.apple.com/verifyReceipt to verify the receipt data from Apple and to get the subscription details such…
fips
  • 4,319
  • 5
  • 26
  • 42
1
vote
1 answer

Convert iTunes COM object to byte array / Use iTunesApp object on multiple processes

On my computer multiple programs are running that need to access the iTunesApp interface provided by the COM object. After some testing I discovered that certain interaction (specifically event listening) are only possible in the "original" instance…
AllRight
  • 175
  • 1
  • 11
1
vote
3 answers

Please correct and re-submit. An App ID with Identifier 'com.brs.paysrc' (example) is not available. Please enter a different string

I have an existing app with bundle identifier com.brs.paysrc example and the app is live on store. It was created using a wildcard app id. Now i want to enable push notifications for this app. So i tried to create a new app id with b uncle…
RashmiG
  • 318
  • 1
  • 4
  • 11
1
vote
1 answer

Autoupload of app to apple app store

I have a system that I have developed for my company that automatically builds apps. I would like to automatically upload the app with details, artwork and certificates to the app store. Is there an API for this? If so can I also promote apps from…
Andrew
  • 71
  • 1
  • 8
1
vote
0 answers

Error message When submitting to apple App store

when trying to submit my app on iTunes i keep getting this error. How do i fix it?? error ITMS-90017: "this bundle is invaild. The IPA format requires a top-level directory named payload, containting only a. app bundle and optional plugins in a…
1UPTHAT
  • 11
  • 1
1
vote
1 answer

Why do Apple iTunes App Store links end in mt=8

Does anyone know what the mt=8 parameter is on the end of what appears to be all iTunes App Store links? More specifically, my question is do I need to add that parameter when linking to apps on the store from my websites?
Henry Heleine
  • 673
  • 2
  • 9
  • 28
1
vote
0 answers

iOS Document Directory files are not retained

As per Apple Documentation, When a user downloads an app update, iTunes installs the update in a new app directory. It then moves the user’s data files from the old installation over to the new app directory before deleting the old …
Ankit Thakur
  • 4,739
  • 1
  • 19
  • 35
1
vote
1 answer

Trouble publishing my app to appStore: entitlements, bundleID, plist...?

I am getting a number of errors with the ApplicationLoader. But it looks like I have done things wrong in XCode4.2.1 and possible with certificates or profiles. Last time I submitted an App was with Xcode3.2.6. Not sure what to do here with…
jdl
  • 6,151
  • 19
  • 83
  • 132
1
vote
1 answer

iOS: Synching changes in iPad .ipa file using iTunes

I have installed my enterprise iPad App using itunes successfully. When I have made some changes to app, replaced old App in iTunes Apps with updated one and synced it with iPad and noticed that it doesn't sync the latest version! The changes…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
0
votes
1 answer

Can somebody provide me solution for apple app store

I received this message from the App Store Team: We identified one or more issues with a recent delivery for your app, "App Name here" 1.11 (11). Please correct the following issues, then upload again. ITMS-90683: Missing Purpose String in…
Avdhesh
  • 11
0
votes
0 answers

how do I use a firestore / firebase callable function when my user is not registered?

Usually in iOS, you login and auth() to firebase with your user email and password, to use callable functions. Behind the scenes the firebase framework is managing your token. However as iTunes developers know, often your application is rejected…
aman
  • 499
  • 8
  • 18
0
votes
1 answer

Apple itunes app link opens in UIWebView rather than App Store

I feel like I'm going a little crazy. Everything I see on deep links and opening up app store links tells me this should be working, but it's not. Our App is basically a wrapper around the UIWebView, with most of the functionality residing in our…
Brent
  • 109
  • 7
0
votes
1 answer

Can identifierForVendor be same for two iOS device installed the same app by using iTunes restore back up?

I have used identifierForVendor to uniquely identify a Device for one of my app, I am fetching this value on app launch and storing it into keychain by setting keychain property thisDeviceOnly. Now I am having issues, the identifierForVendor…
Uma_Shanker_Tiwari
  • 453
  • 1
  • 3
  • 16