Профиль не соответствует идентификатору приложения

Я думаю, вам нужно связать два файла вместе, выполнив:

В первом файле js:

 function random1(){
     random2();
    }

во втором файле js:

function
   random2()
 {
14
задан Binarian 5 June 2014 в 07:49
поделиться

2 ответа

Usually you would use just "com.gfeed.ride" as your identifier, and XCode will automatically take care of the "49776ZQRBG" part.

24
ответ дан 1 December 2019 в 09:02
поделиться

When I got this error here is what I missed and corrected.

  1. Check that you have your Entitlements.plist file created and configured.
  2. Check info.plist and ensure that your application name is correct.

It's probably best to just go through the directions off of the iPhone dev site on apple. Same place you created your provision profiles.

Edit: Came across this on another post on this site. It's a link with more complete instructions than I have time to type.

http://furbo.org/2008/08/06/beta-testing-on-iphone-20/

6
ответ дан 1 December 2019 в 09:02
поделиться
Другие вопросы по тегам:

Похожие вопросы: