I know how to use Admob in iphone apps infact I have used in many application. But I am completely unaware about how publisher id is generated for iphone apps from website.
Today I have registered a new account with admob.com. Now where I have to go further for publisher id ?
I have just click this link: http://www.admob.com/my_sites/create_site.
Please see below screenshot. There is a field to enter Appstore URL. But how can i put my appstore url in development phase ? My application is still in development phase.
Am I at the wrong place ? Or only publisher id is required from any other place.
Please help.
Login to iTunes Connect. Select Manage Applications and create or select your app in development. Then you can see the AppStore-Link (click View in App Store).
Related
I have already launched application in iPhone and now I want to integrate AdMob in it.
How to start with, I don't know
do I need to create new provisioning profile in iTunes or what?
And how get AdMob id from iTunes and after integrating AdMob how to launch app again?
Please Help me
No need to create any new provisioning profile for that just create with new version and upload again with AdMob.To add AdMob first we need to register in www.admob.com site.For Registration just follow these steps.
Login to www.admob.com.
Goto Sites & Apps.
Under sites & Apps select a site or app type.
Select iPhone App and full fill the details.
After filling details you will provide with Admob id and SDk. you can download the AbMob SDK, it is required for publishing Ads and drag drop into the Xcode project and use that Admob id as publisher id in your code.
For more information check thislink andlink2 you will get sample codes.
Hope it will helps you.
1). Do i need to create new provisioning profile - No, you can use your existing distribution profile for upload new version of your app.
2). how get AdMob id - Please refer this link
3). how to launch app again - You need to create an version of your app. More.
now you can use AdMob mediation
Best tutorial of AdMob mediation
AdMob_Mediation_Demo
You can download it and use it in your project
I am new to iphone development .I am in to project where application iTunes should be able to share on Facebook,twitter.I want to know how to obtain the iTunes link of the application.
Thanks in advance
No you can't. You should give the link manually to the app or you should program the app to get the link from your own web server using web service. Here also you should update the link in you web server
The iTunes link needs your app id from iTunes connect. There is no way for your application to actually know that number. However the app does not need to be released already to get the link, only to be created in iTunes Connect. That way you can still implement sharing functionality within your app using the link, and only then upload your binary.
As everyone suggested, you need to create your app within iTunes Connect to get the App ID.
Once you have this, you can hardcode it into your app. An alternate way is to query your own server and have this information ready at the time the app is launched.
I would really suggest going for the hardcode method since the App ID doesn't ever change once it is assigned to your app.
Here's an example of how I usually embed the URL for my apps with its App ID: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=APP_ID&mt=8&partnerId=30
I have setup my App Buddle ID in the Provisioning Portal. (I am NOT using any wildcards in the name.) I have been able to successfully generate provisioning certificates and have run my app on my device and have even distributed via Ad-Hoc already. However, when I then go into iTunes Connect, (or using the Application Loader), I click on "Manage Your Applications" and then I add my company name and hit Next... and then I get the message "You have no eligible Bundle IDs for iOS apps. To register one click here." The "here" links back over to the Provisioning Portal where I see my Bundle ID. It's like the Portal and iTunes Connect aren't in sync. This has been going on for about two weeks now. Several others have reported this error but none of the suggested solutions I have read work for me. It's a free app so I don't need a paid contract or anything. iTunes Connect shows that all is good on the contract and banking side of things.
I have been unable to get any resolution on this from Apple. (I've called the Developer Support line and posted on the Apple Developer Forum. TWICE!) Any help would be GREATLY appreciated.
Thank you!
Before you create an app on iTunesConnect, you must create an AppId on the Provisioning Portal. Note that if you have already used an AppId (even if you deleted the app), you won't be able to use the same AppId again.
Try creating another AppId and using it to create your app on iTunesConnect.
In my application I need to have one link which is directly conncect to the app store and it is the link of my application on iTunes App Store. Can anyone please let me know how to do it?
When you add the app to iTunes Connect, it gets an Apple ID (a 9 or 10 digit number). You can use a URL of the form http://itunes.apple.com/app/id<your_id> to link to your app in the store, for example http://itunes.apple.com/app/id417817520 if your Apple ID was 417817520.
The link will only work after the app has been approved of course.
You can now use Short Links:
appstore.com/exampleappname
Just strip all white space from the app name. More in this Apple tech note:
https://developer.apple.com/library/ios/qa/qa1633/_index.html
We can generate the app link before the application being submitted to iTunes app store for review.
Here you need to follow the below mentioned steps.
(1) First login to your app store developer account and go to iTunes Connect.
(2) Then go to the option "Manage Your Applications".
(3) Now create new application here and add meta data and all the information about the application like Description, Category, Keywords, Price, etc. which can be edited later. Here you just remaining with the binary submission which you can do after adding the app store link.
(4) After creating your application here from the "Manage Your Application" section, you will get the Application listed. Now you select the app and then in the top menu click on More -> View on App Store.
(5) Now copy the link opened in the browser and that is the link of your application.
https://itunes.apple.com/app/appname/id123456789?ls=1&mt=8
- Where appname = name of the application
- id123456789 = it will be the ID of your App
These are the simplest steps to create APP store link before the app being submitted to app store actually.
Let me know if you need more help.
You can just use http://itunes.com/apps/[your company name]/[your app name].
Both the company name and the app name are without spaces and lowercase.
I am using Appirater for my iPhone application and it requires me to put in the APPIRATER_APP_ID which is described as the Apple generated software id. How do I get this ID while my app is still under development?
You basically create the app in iTunesConnect and then you get its Apple ID, which consists of a number. You will see this full ID once you have completed registering your app.
So go to iTunesConnect, select Manage Your Apps and then Add your app using the button at the top or select an existing app. Under App Information there is the apple ID given.
You can then later upload your app to iTunesConnect.