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
6
votes
1 answer

Passes not enabled in provisioning profile

Here were my steps. I created a passtype ID using pass.com.domain.AppName style. I created an App ID for com.domain.AppName. I enabled Passes in the App ID. I created a new provisioning profile with the app id created earlier. I opened my project in…
user717452
  • 3,027
  • 13
  • 72
  • 142
6
votes
2 answers

Android Facebook Api Exception - remote_app_id does not match stored id

I have an issue as said in the title of this post. I am unable to login. SessionState currentstate = session.getState(); gives me a state CLOSED_LOGIN_FAILED. I took a look at this post, Android Facebook SDK 3.0 gives "remote_app_id does…
perceptron
  • 167
  • 2
  • 13
6
votes
1 answer

How do i get my App ID

Possible Duplicate: Creating and managing a Facebook app from a Business Account How do I get an app ID whenever I try I get forwarded back to my adverts. When I click on http://developers.facebook.com/ and apps it takes me back to my adverts!
dmcmorrow
  • 71
  • 1
  • 1
  • 3
5
votes
2 answers

How to obtain the app ID programmatically in Swift?

In a macOS app, I'm using this code to create a directory in Application Support folder. let directoryURL = appSupportURL.appendingPathComponent("com.myCompany.myApp").appendingPathComponent("Documents") How can the string com.myCompany.myApp…
Cue
  • 2,573
  • 1
  • 26
  • 44
5
votes
1 answer

Change App ID of Apple Watch App

I have recently transferred some of my apps from one account to another. When I did this the App IDs also transferred. However, the App IDs did not transfer for the WatchKit Apps or WatchKit Extensions.  I have tried to upload and after the upload…
Tom Coomer
  • 5,449
  • 12
  • 38
  • 76
5
votes
1 answer

Push notifications checkbox is disabled for an existing App ID in the iOS development portal

I am trying to enable push notifications for an app ID that is being used for an already published app. This app has been downloaded already by many customers, so I definitely would not like to change the app ID, thus publishing it as a different…
5
votes
0 answers

fb:app_id' could not be parsed as type 'fbid'

Facebook debugger says: "Object at URL 'http://www.domain.com/' of type 'website' is invalid because the given value '1234567890' for property 'fb:app_id' could not be parsed as type 'fbid', It worked fine already, but now the buttons don't appear…
4
votes
1 answer

Getting APP_ID for Facebook?

I'm following the Facebook tutorial for Android Developers. Right here: Number 1 clearly says to change Number 2 to my "APP_ID" but I don't know where to find what my APP_ID is. How can I find this?
Cole
  • 2,725
  • 9
  • 40
  • 61
4
votes
1 answer

why does facebook's dialog.feed require an app_id

I am using facebook.com/dialog/feed?app_id=...&caption=...&description=... Because it allows me to dynamically set the content of the share dialog box. I do not understand why an app_id is required for this. Any thoughts?
dsdsdsdsd
  • 2,548
  • 6
  • 38
  • 51
4
votes
2 answers

Apple - Provisioning portal - How to delete an App ID?

Does anyone know how I may delete some APP ID I've created into the Apple Provisioning portal and that are not used (created by mistake or for testing) ? I've read some answers from last year that says that it's not possible. Seems strange... And…
Oliver
  • 21,876
  • 32
  • 134
  • 229
4
votes
11 answers

Error Installing iPhone App on Device

I set up all my certificates and keys today and am trying to run my project on my iPhone. I'm encountering this strange error: Your mobile device has encountered an unexpected error (0xE800003A) during the install phase: Verifying…
btw
  • 6,456
  • 9
  • 37
  • 40
4
votes
1 answer

Change AppID using [Code] just before the installation in Inno Setup

In a setup I give the user the option to install either a 32 or 64 bit version using radio buttons. I then want to append either '_32' or '_64' to the AppID. I know I can change the AppID using scripted constants but the needed function is called…
user1662035
  • 343
  • 4
  • 12
4
votes
1 answer

Multiple Facebook app_id on same url

Is it possible to have two Facebook App Ids on the same page? We wish to do this as we are adding a new Facebook app to a network of sites but want to avoid having to update each individual site's app. If we can have multiple apps we will be able to…
4
votes
2 answers

Number of APP IDs created using an Apple individual developers account

How many APP IDs can be created using an Apple individual developers account?
zorro
  • 117
  • 7
  • 11
3
votes
1 answer

Register an App ID

I'm trying to publish my first app on the AppStore. In order to do that I am trying to add an iOS App ID to my identifiers. My issue is that I always get the following error message: There were errors in the data supplied. Please correct and…
Mehdi
  • 319
  • 1
  • 5
  • 16
1 2
3
17 18