Questions tagged [app-id]

Identifier for an app that is unique across all apps within a given platform

Many platforms require consuming apps to identify themselves, so that the platform can decide which services can be provided to the app, how they should be provided, and at what rate. To that end, platforms often require developers to identify a list of apps which will use the platform, and the platform issues each one with an identifier string. The identifier string is unique across all apps which may use the platform and is typically a long, random, string (a "GUID").

265 questions
10
votes
1 answer

How to obtain Bing search Api and AppID for a website

i have created the site in which i want to use bing search API. for that it require AppID but i didn't get the AppID. i tried to create a AppId on (azure market place) by creating the windows live ID. i created the client id and register the…
ravikiran
  • 105
  • 1
  • 1
  • 7
9
votes
3 answers

How should my "App IDs" section look like?

I know there are many other questions out there, but I can't seem to find exactly what I want. Let's say that I'm having 5 apps right now: App1 and App2 are the full and lite version of the same myApp, and I want to share data between them App3 is…
phi
  • 10,350
  • 6
  • 50
  • 82
9
votes
6 answers

getting error in DropBox integration to the iphone app

I am trying to integrate the DropBox to my iPhone app. But I get error like [ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) Can anyone help me to solve this?
user7388
  • 1,741
  • 2
  • 19
  • 25
8
votes
1 answer

Merging existing iPhone and iPad app ids into a single universal app id

I have an existing iPhone app and an iPad app, now I have created a Universal app, and I want to know if there is any way to kind of "merge" the existing app Ids, so I can upload my new app as an update for the previous ones. Thanks!
7
votes
5 answers

Where to find app url link in App Store Connect for beta app in the year 2019?

Let me start with my is approved for external beta testers. I looked for the answer to this question and kept coming across old answers that referenced iTunes Connect and were posted in 2015, 2016, 2017. This is now 2019 and iTunes Connect has been…
Lance Samaria
  • 11,429
  • 8
  • 67
  • 159
7
votes
3 answers

Where do you store third-party API ApiKey that you use in your javascript web app?

How and where do you store third-party API ApiKey (aka AppId, AppSecret, AppKey) that you use in your javascript web app? Should I care to keep it secret from public if it is used in fetch URL and is visible in browser network tab anyway? Example:…
Liu
  • 135
  • 2
  • 9
7
votes
1 answer

How to remove App ID from iTunes in iOS?

I found that my app's bundleIdentifier is different from my App ID of iTunes. So I want to make new appID, but I can not make App ID having bundleIdentifier 'com.A.B' different from the one of App ID that I already have one :'com.A.C'. So I try to…
LKM
  • 2,271
  • 7
  • 24
  • 51
7
votes
1 answer

Do I have to register a new Bundle ID to upload new application to iTune Connect?

it is my very first time to upload an application to iTune Connect, and this one freaks me out: The selection of bundle id appears to be only one option: "Xcode iOS Wildcard App ID - *", and there is a line below: you can register a new bundle id.…
user3786076
  • 73
  • 1
  • 1
  • 3
7
votes
0 answers

Multiple SITE URLs for a Facebook App - possible?

We have a software platform with Social Logins, and Facebook is one of them. However, we at times whitel-label our domain name to the client. e.g. client.isebox.net becomes isebox.clientdomain.com The Facebook App settings allow for, what seems, a…
7
votes
1 answer

App ID and Bundle Seed ID in multiple applications with ASPN, InApp Purchase, and other

I will create multiple sale versions of the same application with push notifications feature: CoolApp (full version) CoolApp Free (free, features limited version) CoolApp InApp (free version upgradable to full via InApp Purchase) While registering…
Benny7500
  • 549
  • 6
  • 15
7
votes
1 answer

Difference between TeamIdentifierPrefix and Appidentifierprefix

What is the difference between TeamIdentifierPrefix & Appidentifierprefix. i have an applications entitlements file with icloud(TeamIdentifierPrefix) and keychain(Appidentifierprefix) enabled. i know what is the use of those prefix values in…
Irshad Mohamed
  • 1,787
  • 1
  • 16
  • 18
6
votes
3 answers

Do I need an appId for a XFBML version of the Facebook Like button?

I'm really confused. I'm trying to use some of the very simple Facebook plugins on my site, specifically the basic "Like" button. I already know how to use the limited version with an iFrame. However, now I'm trying to figure out the XFBML method…
Sparky
  • 94,381
  • 25
  • 183
  • 265
6
votes
1 answer

iOS App ID - In App Purchase Disabled (Can't be enabled)

I have created beta version of my app and uploaded it to iTunes Connect for TestFlight testing without any problems. Later, I decided to implement In-App purchase. I visited apple page with identifiers and found out that there is already explicit…
stevo.mit
  • 4,341
  • 4
  • 34
  • 46
6
votes
3 answers

Do you use a different app id for your iPhone beta apps?

Those of us with iPhone apps (released or unreleased) are able to send out limited beta builds using ad-hoc distribution. While the Apple docs for this have a few holes in them, there are a number of blogs, postings and other articles out there on…
philsquared
  • 21,754
  • 12
  • 64
  • 95
6
votes
1 answer

Different Xcode project for revision

Let say I have ProjectX which is already available on app store. Then after how many months there is a major updates. I decided to make another xcode file project which is named also as ProjectX (but newer version). So my question is, Is this…
Bordz
  • 2,760
  • 4
  • 20
  • 27
1
2
3
17 18