I am trying to make my React-Native app redirect to the store so users can update the app faster instead of searching for it.
I found a package which helps me with getting the store links.
For the android it asks for the packageName which I got. For the IOS however it asks for appID and I don't know where to find it.
Any ideas on how I could locate this ID? Google isn't very much of help because so much SEO on apple's side I get iCloud results.
Follow the below steps to get the appID:
Go to https://appstoreconnect.apple.com/
Click on "My Apps"
Select the app you need the appId of
To the left of the page, you will find App Information under General Header.
Click on the "App Information" button.
Scroll down to General Information and find the "Apple Id"(AppId) of your application.
That should do it! Cheers
Related
Our app had dynamic links up and running in the AppStore, but we had to transfer the app to a new developer account. After the transfer dynamic links no longer open the app, going straight to safari.
The transfer kept the Bundle Identifier the same but the Team ID changed.
I have tried:
-Updating Team ID on Firebase Project Settings
-Re-downloading and importing GoogleService-Info.plst
-Verifying TeamID and AppID correct under https://example.com/apple-app-site-association
-Turning on and off Associate Domains under the app config
I am aware I must click the link in notes or email or iMessage, and I have tried holding down on the link to specify it to open in the app.
I believe my configuration for the app to handle the link is messed up rather than it being on firebase's end, but I cannot figure out what exactly is the issue. Any tips or hints in the right direction are greatly appreciated. Thank you!
Before I uploaded the Xcode binary to iTunes Connect, I could only use the following link for app store to my app store page for game.
http://itunes.apple.com/app/id123456789
Now my app status is "pending developer release" and when I click on "view in app store" in iTunes Connect I now have another link...
https://itunes.apple.com/us/app/App-Name/id123456789?gs=2&bh=3
Which link do I use now, does it make a difference even?
https://itunes.apple.com/us/app/App-Name/id123456789?gs=2&bh=3
This URL is Standard App Store Links.
http://itunes.apple.com/app/id123456789
This URL is short link.
The difference between these two is length. You can choose either one you like.
ref. Technical Q&A QA1633: Creating easy-to-read short links to the App Store for your apps and company
https://developer.apple.com/library/ios/qa/qa1633/_index.html
It doesn't matter if you keep use before link
I want to track installs of my iOS app associated with a Facebook ad. I'm having trouble implementing the exclusion of users part. On the docs I see the following: "Provide a deep link for your app when creating an ad under "App Exclusion URL"". But I'm not really sure what kind of deeplink do I need and I don't even see the "App Exclusion URL" option when creating the ad. Any help would much appreciated! Cheers!
This would the URL scheme you have defined in your app which can be used to open your app.
See the introduction to URL Schemes in the Apple Developer documentation.
When I created the app on iTunes connect I used the old logo for my app. Now I'm about to submit the first binary for validation and a new logo has been chosen. I cannot remove the app from iTunes Connect, since it will lock my app name and I cannot change the logo so the app will be rejected.
Can I contact Apple in any ways to help me with this issue?
I feel you need to resubmit the app as far as i have seen.
Apple does not allow changes in icon as far as now unless you go for newer version of app.
Apart from that i would recommend you to go through the following link once:
http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW2
Also i would suggest you to post same question on discussions.apple.com for more fruitful answers, as the question seems to be non-coding related.
Hope the link helps. :)
Apple has relaxed some of the app information rules. You can update your meta information at any time in iTunesConnect. You should be able to update your iTunes artwork, description, and screenshots at any time. The icon that will display on the app is compiled into your code, so you will need to reject your binary or submit an update to get the correct icon to show on the device.
I recently made my first iphone app.
I am completely new into iphone programming.
How to submit the app to app store?
I will be better helped with some detailed explanation as I am a noobee.
You'll find your detailed explanation in the iOS Developer Program User Guide.
Three best links I could find are :
http://www.mahalo.com/answers/what-is-the-process-to-submit-an-application-to-itunes
http://help.appmakr.com/entries/218997-how-to-upload-your-app-to-itunes-connect-using-application-loader
http://www.weston-fl.com/blog/?p=2442
Go to developer.apple.com/ios, log in, look on the right for itunes connect, click on "manage apps", click "add new application" and follow directions for submission. You must be a registered apple developer and have already paid the developer fee.
Apple has excellent documentation:
http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/145-Distributing_Applications/distributing_applications.html
In summary:
Make sure your application is something of value.
Great a distribution provisioning profile in the developer portal.
Archive you application using this profile.
Log into iTunes Connect and add an application - there will be several pages of fields to fill out. Upload your application.
Wait for approval.