app-id

Error Creating json project configuration file for Implementing GCM Client on Android

谁说我不能喝 提交于 2020-01-30 08:33:46
问题 I am trying to get gcm working in my app. It is my job to update the app from the Eclipse build to the Android studio build. In the Android Studio build it no longer works to just plug in gcm.jar, so I am following this documentation: https://developers.google.com/cloud-messaging/android/client to get my app running with gcm. In order to do that I need to create a json configuration file. To make that file I must give google's configuration file creator my appId and my packageName. I have

Upgrading from a wildcard app ID to an explicit app ID to allow push notifications

╄→尐↘猪︶ㄣ 提交于 2020-01-25 00:48:33
问题 I have an app that has about 300,000 members and I would like to add push notifications to it. Unfortunately I originally created the app with a wildcat bundle id com.MyCompany.* and when I uploaded it to Apple and when I edited it in my plist file I made it say com.MyCompany.MyAppName Now that I want to add push notifications I have to make a unique (or EXPLICIT) app ID so I attempted to make one called com.MyCompany.MyAppName ... I got this error message: The bundle identifier you have

Apple Developer - What is the 'Fonts' Capability under Register an App ID for?

给你一囗甜甜゛ 提交于 2020-01-21 19:43:27
问题 I need to register an App ID in my Apple Developer account and saw under the 'Capabilities' section 'Fonts'. Which I found on means 'Fonts: Font Installation allows your app, with user permission, to install and use custom fonts." I ticked that box thinking that it's related to using custom fonts in my app but got a warning message in Xcode: 'Waring: Provisioning profile "iOS Team Provisioning Profile: My Bundle ID for MyAppName contains entitlements that aren't in the entitlements file: com

Apple Developer - What is the 'Fonts' Capability under Register an App ID for?

眉间皱痕 提交于 2020-01-21 19:43:07
问题 I need to register an App ID in my Apple Developer account and saw under the 'Capabilities' section 'Fonts'. Which I found on means 'Fonts: Font Installation allows your app, with user permission, to install and use custom fonts." I ticked that box thinking that it's related to using custom fonts in my app but got a warning message in Xcode: 'Waring: Provisioning profile "iOS Team Provisioning Profile: My Bundle ID for MyAppName contains entitlements that aren't in the entitlements file: com

Cannot create an App ID with matching Bundle ID in Xcode project for first release using Xcode 8.0

╄→尐↘猪︶ㄣ 提交于 2020-01-14 05:52:13
问题 I am trying to create an App ID for my first release. I have a new company developer account. I get the error message 'An App ID with Identifier '' is not available. Please enter a different string' when trying to create the App ID. This happens when: I type the name of my app in the App ID Description field and I type the matching Bundle ID from my Xcode project ( com.MyCompany.MyProductName ) in the App ID Suffix field but I get the error and cannot continue. However, If I type in, say,

iphone app id change bundle prefix

こ雲淡風輕ζ 提交于 2020-01-02 10:09:13
问题 We have 4 app ids on the Developer ios porthole. prefix1.com.example.app1 prefix1.com.example.app2 prefix2.com.example.app3 prefix3.com.example.app4 These are all posted in the store. The prefix2 and the prefix3 are older prefix numbers. Prefix1 is our current number. These apps have been in the store for a bit (years). We require the prefix2 and prefix3 app to change to the prefix1 number for certain functions that we are doing. We have tried to delete the prefix2 and prefix3 application IDs

iphone app id change bundle prefix

ε祈祈猫儿з 提交于 2020-01-02 10:08:12
问题 We have 4 app ids on the Developer ios porthole. prefix1.com.example.app1 prefix1.com.example.app2 prefix2.com.example.app3 prefix3.com.example.app4 These are all posted in the store. The prefix2 and the prefix3 are older prefix numbers. Prefix1 is our current number. These apps have been in the store for a bit (years). We require the prefix2 and prefix3 app to change to the prefix1 number for certain functions that we are doing. We have tried to delete the prefix2 and prefix3 application IDs

Mimetype vs AppID

孤者浪人 提交于 2019-12-31 04:41:11
问题 You see that it is adivsed to create your file with your app-specific mime type. Is it right way? I wonder because google drive somehow associates files with the application that created them for Open with functionality. Can this be exploited for the file picker? 回答1: FYI-- You mentioned your project ID being alpine-dogfish-833. If you login to the developer console, then click on your project (which takes you to the project "Overview" page), you will see 2 identifiers at the top: Project ID:

Android Facebook Api Exception - remote_app_id does not match stored id

非 Y 不嫁゛ 提交于 2019-12-18 13:35:13
问题 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 not match stored id" while logging in I generated a key using the keytool and put that in the App Dashboard. But that does not seem to help. Any help on this appreciated 回答1: call this below method from oncreate of your activity , it will print a hash key in

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

狂风中的少年 提交于 2019-12-18 07:44:47
问题 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! 回答1: No. I asked this question while at WWDC, of several Apple employees in the developer support group, and the answer is "not at this time, please file a bug report if this is a feature you'd like to see". 来源: https://stackoverflow.com/questions/6470684/merging