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").

272 questions
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
  • 98,165
  • 25
  • 199
  • 285
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,681
  • 4
  • 37
  • 47
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,810
  • 4
  • 23
  • 27
6
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 while…
user1662035
  • 363
  • 4
  • 13
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
  • 33
  • 14
  • 73
  • 149
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
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
  • 6,227
  • 12
  • 45
  • 82
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,805
  • 9
  • 44
  • 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,880
  • 6
  • 41
  • 56
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
  • 23,072
  • 33
  • 138
  • 230
4
votes
1 answer

Remove "_is1" suffix from Inno Setup AppId

When specifying the AppId parameter to an Inno Setup script, a _is1 suffix is automatically added. I realized that looking at the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall Is it possible to…
Martin Delille
  • 11,360
  • 15
  • 65
  • 132
4
votes
6 answers

Swift Facebook Login AppID Not Registered as a URL Scheme

I'm getting the following error when trying to login with Facebook Terminating app due to uncaught exception 'InvalidOperationException', reason: 'fb---AppID--- is not registered as a URL scheme. Please add it in your Info.plist' The problem is the…
josealvarado111
  • 565
  • 1
  • 9
  • 24
1 2
3
18 19